Skip to content

Commit

Permalink
[ACPI] CONFIG_ACPI now depends on CONFIG_PM
Browse files Browse the repository at this point in the history
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Jul 12, 2005
1 parent bd4698d commit be91492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit be91492

Please sign in to comment.