mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Robert P. J. Day" <rpjday@crashcourse.ca>
To: "U-Boot Version 2 (barebox)" <barebox@lists.infradead.org>
Subject: anyone object to my making some menuconfig options 1-touch selectable?
Date: Mon, 21 Dec 2009 10:14:32 -0500 (EST)	[thread overview]
Message-ID: <alpine.LFD.2.00.0912211009080.19016@localhost> (raw)


  for example, with sandbox, under "Drivers" submenu:

             serial drivers                  --->
             Network drivers                 --->
             SPI drivers                     --->
         [ ] I2C drivers                     --->
             flash drivers                   --->
         [ ] NAND support                    --->
         [ ] USB support                     --->
         [ ] USB gadget support              --->
         [ ] Video drivers                   --->


  note how some of the selections can be selected/deselected directly,
while others require you to go to the submenu to do it.  is there any
reason to not have *all* of them be 1-touch?  that means using a
"menuconfig" Kconfig directive, like this under drivers/i2c:

=====

menuconfig I2C
        bool "I2C drivers                   "

if I2C

config DRIVER_I2C_IMX
        bool "i.MX I2C Master driver"
        depends on ARCH_IMX

config DRIVER_I2C_MC13892
        bool "MC13892 a.k.a. PMIC driver"

config DRIVER_I2C_MC9SDZ60
        bool "MC9SDZ60 driver"

endif

=====

  thoughts?

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

                 reply	other threads:[~2009-12-21 15:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.2.00.0912211009080.19016@localhost \
    --to=rpjday@crashcourse.ca \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox