Commit be91492c authored by Len Brown's avatar Len Brown

[ACPI] CONFIG_ACPI now depends on CONFIG_PM

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent bd4698da
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# #
menu "ACPI (Advanced Configuration and Power Interface) Support" menu "ACPI (Advanced Configuration and Power Interface) Support"
depends on PM
depends on !X86_VISWS depends on !X86_VISWS
depends on !IA64_HP_SIM depends on !IA64_HP_SIM
depends on IA64 || X86 depends on IA64 || X86
...@@ -56,7 +57,7 @@ if ACPI_INTERPRETER ...@@ -56,7 +57,7 @@ if ACPI_INTERPRETER
config ACPI_SLEEP config ACPI_SLEEP
bool "Sleep States (EXPERIMENTAL)" bool "Sleep States (EXPERIMENTAL)"
depends on X86 depends on X86
depends on EXPERIMENTAL && PM depends on EXPERIMENTAL
default y default y
---help--- ---help---
This option adds support for ACPI suspend states. This option adds support for ACPI suspend states.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment