diff options
author | Len Brown <len.brown@intel.com> | 2007-03-10 05:19:50 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-10 05:19:50 +0100 |
commit | 63e34ca93a62f472144db60fa3b81111c0d15721 (patch) | |
tree | 2137a4b98360833e78cbb8edd5dce5b2ab5a0a60 /drivers/acpi/Kconfig | |
parent | Pull bugzilla-8110 into release branch (diff) | |
parent | ACPI: Kconfig: hide ACPI menu when CONFIG_PM=n (diff) | |
download | linux-63e34ca93a62f472144db60fa3b81111c0d15721.tar.xz linux-63e34ca93a62f472144db60fa3b81111c0d15721.zip |
Pull misc-for-upstream into release branch
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 4a3220b218d8..e2ce4a9c1c92 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -7,6 +7,7 @@ menu "ACPI (Advanced Configuration and Power Interface) Support" depends on !X86_VISWS depends on !IA64_HP_SIM depends on IA64 || X86 + depends on PM config ACPI bool "ACPI Support" |