mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
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>
This commit is contained in:
parent
58b3b71dfa
commit
293a032eb9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user