projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b3b71
)
Don't force-enable suspend/hibernate support just for ACPI
author
Linus Torvalds
<
[email protected]
>
Thu, 26 Jul 2007 20:44:58 +0000
(13:44 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 26 Jul 2007 20:44:58 +0000
(13:44 -0700)
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 <
[email protected]
>
drivers/acpi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/acpi/Kconfig
b/drivers/acpi/Kconfig
index 251344cb29aea1f04f2e42935b52c68c09103ba3..22b401b2e0884d4a33a3e7a41c9258cc5341bcf7 100644
(file)
--- 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