summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-04-01 01:03:08 +0200
committerAdrian Bunk <bunk@stusta.de>2006-04-01 01:03:08 +0200
commit3e6e952d1d17e5cd2e25a438662d906c44ffcfaa (patch)
treefc34bb93db925660dae368b582c68c0234424387 /kernel
parent3a3f8a126d97cb5bdde92a26136402e88220b30f (diff)
downloadlinux-3.10-3e6e952d1d17e5cd2e25a438662d906c44ffcfaa.tar.gz
linux-3.10-3e6e952d1d17e5cd2e25a438662d906c44ffcfaa.tar.bz2
linux-3.10-3e6e952d1d17e5cd2e25a438662d906c44ffcfaa.zip
help text: SOFTWARE_SUSPEND doesn't need ACPI
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>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index 9fd8d4f0359..ce0dfb8f4a4 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -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).