diff options
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5731eb70e0a0..1d2a69dd36d8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1742,7 +1742,7 @@ source "drivers/sfi/Kconfig" | |||
1742 | 1742 | ||
1743 | config X86_APM_BOOT | 1743 | config X86_APM_BOOT |
1744 | def_bool y | 1744 | def_bool y |
1745 | depends on APM || APM_MODULE | 1745 | depends on APM |
1746 | 1746 | ||
1747 | menuconfig APM | 1747 | menuconfig APM |
1748 | tristate "APM (Advanced Power Management) BIOS support" | 1748 | tristate "APM (Advanced Power Management) BIOS support" |