diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-03-04 13:17:43 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-09 22:18:04 -0500 |
commit | 9327f46ee28116b17f15f6505edd90f905908d62 (patch) | |
tree | df22ea6e5591f9102626705bfe9b854c0202c0cf /drivers | |
parent | 98fb8fe10f4b88170f578d8c33eaa2315d73b4f7 (diff) |
ACPI: Kconfig: hide ACPI menu when CONFIG_PM=n
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-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 7c49e103cf8f..3208ce08d66d 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -7,6 +7,7 @@ menu "ACPI (Advanced Configuration and Power Interface) Support" | |||
7 | depends on !X86_VISWS | 7 | depends on !X86_VISWS |
8 | depends on !IA64_HP_SIM | 8 | depends on !IA64_HP_SIM |
9 | depends on IA64 || X86 | 9 | depends on IA64 || X86 |
10 | depends on PM | ||
10 | 11 | ||
11 | config ACPI | 12 | config ACPI |
12 | bool "ACPI Support" | 13 | bool "ACPI Support" |