tree 46b5b35a2b5211a7dc653d0146f0d2d81923a1ef
parent bd4698dad3023ae137b366c736e29ca6eaf3b9f7
author Len Brown <[EMAIL PROTECTED]> Sat, 19 Mar 2005 02:00:29 -0500
committer Len Brown <[EMAIL PROTECTED]> Tue, 12 Jul 2005 07:18:35 -0400
[ACPI] CONFIG_ACPI now depends on CONFIG_PM
Signed-off-by: Len Brown <[EMAIL PROTECTED]>
drivers/acpi/Kconfig | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -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.
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html