summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorAndi Kleen2008-01-30 13:32:49 +0100
committerIngo Molnar2008-01-30 13:32:49 +0100
commita6b68076fd5d7de04e6847ed9d7d212e7dd6beb5 (patch)
tree8f9da2347cee05e03414889a2dc701e71b06dd77 /arch/x86/Kconfig
parentx86: document fdimage/isoimage completely in make help (diff)
downloadkernel-qcow2-linux-a6b68076fd5d7de04e6847ed9d7d212e7dd6beb5.tar.gz
kernel-qcow2-linux-a6b68076fd5d7de04e6847ed9d7d212e7dd6beb5.tar.xz
kernel-qcow2-linux-a6b68076fd5d7de04e6847ed9d7d212e7dd6beb5.zip
x86: compile apm and voyager module only when selected in Kconfig
Previously the complete files were #ifdef'ed, but now handle that in the Makefile. May save a minor bit of compilation time. [ Stephen Rothwell <sfr@canb.auug.org.au>: build dependency fix ] Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig5
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"
source "drivers/acpi/Kconfig"
+config X86_APM_BOOT
+ bool
+ default y
+ depends on APM || APM_MODULE
+
menuconfig APM
tristate "APM (Advanced Power Management) BIOS support"
depends on X86_32 && PM_SLEEP && !X86_VISWS