X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fpower%2FKconfig;h=9fd8d4f03595130e524ca4d4d62136290484a422;hb=543cc27d09643640cbc34189c03a40beb8227aef;hp=396c7873e804076a7dbdf718bcbbcc19bb94f475;hpb=6a4b170c54289f427645019c52d1b9c871a6661e;p=linux-2.6-omap-h63xx.git diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index 396c7873e80..9fd8d4f0359 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -19,6 +19,15 @@ config PM will issue the hlt instruction if nothing is to be done, thereby sending the processor to sleep and saving power. +config PM_LEGACY + bool "Legacy Power Management API" + depends on PM + default y + ---help--- + Support for pm_register() and friends. + + If unsure, say Y. + config PM_DEBUG bool "Power Management Debug Support" depends on PM @@ -29,7 +38,7 @@ config PM_DEBUG config SOFTWARE_SUSPEND bool "Software Suspend" - depends on PM && SWAP && (X86 || ((FVR || PPC32) && !SMP)) + depends on PM && SWAP && (X86 && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP) ---help--- Enable the possibility of suspending the machine. It doesn't need APM.