[ACPI] CONFIG_ACPI now depends on CONFIG_PM
authorLen Brown <len.brown@intel.com>
Fri, 18 Mar 2005 21:00:29 +0000 (16:00 -0500)
committerLen Brown <len.brown@intel.com>
Tue, 12 Jul 2005 03:18:35 +0000 (23:18 -0400)
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/Kconfig

index 4aa26ac..ceecc56 100644 (file)
@@ -3,6 +3,7 @@
 #
 
 menu "ACPI (Advanced Configuration and Power Interface) Support"
+       depends on PM
        depends on !X86_VISWS
        depends on !IA64_HP_SIM
        depends on IA64 || X86
@@ -56,7 +57,7 @@ if ACPI_INTERPRETER
 config ACPI_SLEEP
        bool "Sleep States (EXPERIMENTAL)"
        depends on X86
-       depends on EXPERIMENTAL && PM
+       depends on EXPERIMENTAL
        default y
        ---help---
          This option adds support for ACPI suspend states.