diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-26 16:44:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-26 16:44:58 -0400 |
commit | 293a032eb95f3c6c212c1541e94c14b111731313 (patch) | |
tree | 95ac29f66925060038cbbb7f278c17b3718432f7 /drivers/acpi/Kconfig | |
parent | 58b3b71dfaaecbf7cff1fe10c049d663f0313e5f (diff) |
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 'drivers/acpi/Kconfig')
-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 | |||
11 | depends on PCI | 11 | depends on PCI |
12 | depends on PM | 12 | depends on PM |
13 | select PNP | 13 | select PNP |
14 | # for sleep | ||
15 | select HOTPLUG_CPU if X86 && SMP | ||
16 | select SUSPEND_SMP if X86 && SMP | ||
17 | default y | 14 | default y |
18 | ---help--- | 15 | ---help--- |
19 | Advanced Configuration and Power Interface (ACPI) support for | 16 | Advanced Configuration and Power Interface (ACPI) support for |