projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6fdbf9
)
ACPI: Kconfig - depend on PM rather than selecting it
author
Andrew Morton
<akpm@osdl.org>
Tue, 19 Dec 2006 20:56:13 +0000
(12:56 -0800)
committer
Len Brown
<len.brown@intel.com>
Wed, 20 Dec 2006 06:36:29 +0000
(
01:36
-0500)
Make ACPI depend on PM rather than selecting it.
Otherwise it's a nightmare working out why CONFIG_PM keeps getting set.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/Kconfig
b/drivers/acpi/Kconfig
index 0f9d4be7ed758814ba7c9a3e63d8620998609e04..6382f6477aca8053d3a4f39f7b97d8dd694a53dc 100644
(file)
--- a/
drivers/acpi/Kconfig
+++ b/
drivers/acpi/Kconfig
@@
-11,7
+11,7
@@
config ACPI
bool "ACPI Support"
depends on IA64 || X86
depends on PCI
-
select
PM
+
depends on
PM
default y
---help---
Advanced Configuration and Power Interface (ACPI) support for