]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
help text: SOFTWARE_SUSPEND doesn't need ACPI
authorAdrian Bunk <bunk@stusta.de>
Fri, 31 Mar 2006 23:03:08 +0000 (01:03 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 31 Mar 2006 23:03:08 +0000 (01:03 +0200)
The note that SOFTWARE_SUSPEND doesn't need APM is helpful, but nowadays
the information that it doesn't need ACPI, too, is even more helpful.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
kernel/power/Kconfig

index 9fd8d4f03595130e524ca4d4d62136290484a422..ce0dfb8f4a4ecb0dc7d688924272eb255e392456 100644 (file)
@@ -41,7 +41,7 @@ config SOFTWARE_SUSPEND
        depends on PM && SWAP && (X86 && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP)
        ---help---
          Enable the possibility of suspending the machine.
-         It doesn't need APM.
+         It doesn't need ACPI or APM.
          You may suspend your machine by 'swsusp' or 'shutdown -z <time>' 
          (patch for sysvinit needed).