* anyone object to my making some menuconfig options 1-touch selectable?
@ 2009-12-21 15:14 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2009-12-21 15:14 UTC (permalink / raw)
To: U-Boot Version 2 (barebox)
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-21 15:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 15:14 anyone object to my making some menuconfig options 1-touch selectable? Robert P. J. Day
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.