ACPI: Kconfig - depend on PM rather than selecting it
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>
This commit is contained in:
parent
a6fdbf90b9
commit
6796a1204c
@ -11,7 +11,7 @@ config ACPI
|
|||||||
bool "ACPI Support"
|
bool "ACPI Support"
|
||||||
depends on IA64 || X86
|
depends on IA64 || X86
|
||||||
depends on PCI
|
depends on PCI
|
||||||
select PM
|
depends on PM
|
||||||
default y
|
default y
|
||||||
---help---
|
---help---
|
||||||
Advanced Configuration and Power Interface (ACPI) support for
|
Advanced Configuration and Power Interface (ACPI) support for
|
||||||
|
Loading…
Reference in New Issue
Block a user