diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-26 22:44:58 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-26 22:44:58 +0200 |
commit | 293a032eb95f3c6c212c1541e94c14b111731313 (patch) | |
tree | 95ac29f66925060038cbbb7f278c17b3718432f7 /drivers/acpi/Kconfig | |
parent | Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_of... (diff) | |
download | linux-293a032eb95f3c6c212c1541e94c14b111731313.tar.xz linux-293a032eb95f3c6c212c1541e94c14b111731313.zip |
Don't force-enable suspend/hibernate support just for ACPI
It's a totally independent decision for the user whether he wants
suspend and/or hibernation support, and ACPI shouldn't care.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/acpi/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 251344cb29ae..22b401b2e088 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -11,9 +11,6 @@ menuconfig ACPI depends on PCI depends on PM select PNP - # for sleep - select HOTPLUG_CPU if X86 && SMP - select SUSPEND_SMP if X86 && SMP default y ---help--- Advanced Configuration and Power Interface (ACPI) support for |