diff options
author | Andrew Morton <akpm@osdl.org> | 2006-12-19 12:56:13 -0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-12-20 01:36:29 -0500 |
commit | 6796a1204cfeac6dab1c2dd682d1138454eca661 (patch) | |
tree | e6e3d7fd5b5cb9c277d4f6607f59d2f39567a067 /drivers/acpi/Kconfig | |
parent | a6fdbf90b94fa4e2f5f7cbb526c71160b6c561c8 (diff) | |
download | blackbird-obmc-linux-6796a1204cfeac6dab1c2dd682d1138454eca661.tar.gz blackbird-obmc-linux-6796a1204cfeac6dab1c2dd682d1138454eca661.zip |
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>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 0f9d4be7ed75..6382f6477aca 100644 --- 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 |