On Wed, Dec 06, 2006 at 04:52:44PM -0800, David Brownell wrote: > This reorders the RTC driver menu into separate sections, splitting out > the SOC, I2C, and SPI support to help make the menu easier to navigate. > (We got some feedback a while ago that it was "a mess" and hard to make > sense of...) > > Signed-off-by: David Brownell <[EMAIL PROTECTED]> > > --- > Assumes the rtc-omap patch has been merged, and no other RTC drivers > have been added to this Kconfig menu. > > Index: at91/drivers/rtc/Kconfig > =================================================================== > --- at91.orig/drivers/rtc/Kconfig 2006-12-05 03:25:20.000000000 -0800 > +++ at91/drivers/rtc/Kconfig 2006-12-05 03:46:53.000000000 -0800 > @@ -1,4 +1,4 @@ > -\# > +# > # RTC class/drivers configuration > # > > @@ -20,6 +20,8 @@ config RTC_CLASS > This driver can also be built as a module. If so, the module > will be called rtc-class. > > +if RTC_CLASS != n > +
if RTC_CLASS because otherwise > config RTC_HCTOSYS > bool "Set system time from RTC on startup" > depends on RTC_CLASS = y > @@ -45,11 +47,10 @@ config RTC_DEBUG > and individual RTC drivers. > > comment "RTC interfaces" > - depends on RTC_CLASS > > config RTC_INTF_SYSFS > tristate "sysfs" > - depends on RTC_CLASS && SYSFS > + depends on SYSFS >... RTC_CLASS=m, RTC_INTF_SYSFS=y would be an allowed configuration. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/