diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5271665a22e0..1de28e850aa4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1199,6 +1199,11 @@ source "kernel/power/Kconfig" | |||
1199 | 1199 | ||
1200 | source "drivers/acpi/Kconfig" | 1200 | source "drivers/acpi/Kconfig" |
1201 | 1201 | ||
1202 | config X86_APM_BOOT | ||
1203 | bool | ||
1204 | default y | ||
1205 | depends on APM || APM_MODULE | ||
1206 | |||
1202 | menuconfig APM | 1207 | menuconfig APM |
1203 | tristate "APM (Advanced Power Management) BIOS support" | 1208 | tristate "APM (Advanced Power Management) BIOS support" |
1204 | depends on X86_32 && PM_SLEEP && !X86_VISWS | 1209 | depends on X86_32 && PM_SLEEP && !X86_VISWS |