diff options
author | Len Brown <len.brown@intel.com> | 2005-03-18 16:00:29 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-07-11 23:18:35 -0400 |
commit | be91492ca871e58f61b517cfba541095bb60001c (patch) | |
tree | 46b5b35a2b5211a7dc653d0146f0d2d81923a1ef /drivers/acpi | |
parent | bd4698dad3023ae137b366c736e29ca6eaf3b9f7 (diff) |
[ACPI] CONFIG_ACPI now depends on CONFIG_PM
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 4aa26acbc46d..ceecc5634e74 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -3,6 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | menu "ACPI (Advanced Configuration and Power Interface) Support" | 5 | menu "ACPI (Advanced Configuration and Power Interface) Support" |
6 | depends on PM | ||
6 | depends on !X86_VISWS | 7 | depends on !X86_VISWS |
7 | depends on !IA64_HP_SIM | 8 | depends on !IA64_HP_SIM |
8 | depends on IA64 || X86 | 9 | depends on IA64 || X86 |
@@ -56,7 +57,7 @@ if ACPI_INTERPRETER | |||
56 | config ACPI_SLEEP | 57 | config ACPI_SLEEP |
57 | bool "Sleep States (EXPERIMENTAL)" | 58 | bool "Sleep States (EXPERIMENTAL)" |
58 | depends on X86 | 59 | depends on X86 |
59 | depends on EXPERIMENTAL && PM | 60 | depends on EXPERIMENTAL |
60 | default y | 61 | default y |
61 | ---help--- | 62 | ---help--- |
62 | This option adds support for ACPI suspend states. | 63 | This option adds support for ACPI suspend states. |