summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle2011-11-17 11:41:31 +0100
committerJiri Kosina2011-11-22 22:57:20 +0100
commit282e5aaba2a0cdfde4d2c2e34bc7438cd6f7a00f (patch)
treefa566703d4bba5a57aeaa4772796d1e091a39c89 /arch/x86/Kconfig
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... (diff)
downloadkernel-qcow2-linux-282e5aaba2a0cdfde4d2c2e34bc7438cd6f7a00f.tar.gz
kernel-qcow2-linux-282e5aaba2a0cdfde4d2c2e34bc7438cd6f7a00f.tar.xz
kernel-qcow2-linux-282e5aaba2a0cdfde4d2c2e34bc7438cd6f7a00f.zip
x86: Kconfig: drop unknown symbol 'APM_MODULE'
There's no Kconfig symbol APM_MODULE, so the check for it will always fail. There's no need to append _MODULE to tristate symbols anyhow, because the config tools will do the right thing automagically. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 6a47bb22657f..771a1852a07d 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1718,7 +1718,7 @@ source "drivers/sfi/Kconfig"
config X86_APM_BOOT
def_bool y
- depends on APM || APM_MODULE
+ depends on APM
menuconfig APM
tristate "APM (Advanced Power Management) BIOS support"