ACPI: Kconfig - depend on PM rather than selecting it
authorAndrew Morton <akpm@osdl.org>
Tue, 19 Dec 2006 20:56:13 +0000 (12:56 -0800)
committerLen 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

index 0f9d4be7ed758814ba7c9a3e63d8620998609e04..6382f6477aca8053d3a4f39f7b97d8dd694a53dc 100644 (file)
@@ -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