Randy Dunlap wrote: > On Sat, 27 Jan 2007 10:05:43 -1000 akuster wrote: > >> My apologies, I cc'd the wrong list the first time around. > > {argh, attachments} my bad > > --- linux-2.6_dev.orig/kernel/power/Kconfig > +++ linux-2.6_dev/kernel/power/Kconfig > @@ -131,3 +131,5 @@ config SUSPEND_SMP > bool > depends on HOTPLUG_CPU && X86 && PM > default y > + > +source "kernel/power/fastoff/Kconfig" > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Why a separate, new Kconfig file? Thought it would be cleaner. > We shouldn't add a new Kconfig file for every new 1-2 kconfig symbols. OK > > > --- > ~Randy