[ACPI] CONFIG_ACPI now depends on CONFIG_PM
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
bd4698dad3
commit
be91492ca8
|
@ -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
|
||||||
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.
|
||||||
|
|
Loading…
Reference in New Issue