aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-11-17 05:41:31 -0500
committerJiri Kosina <jkosina@suse.cz>2011-11-22 16:57:20 -0500
commit282e5aaba2a0cdfde4d2c2e34bc7438cd6f7a00f (patch)
treefa566703d4bba5a57aeaa4772796d1e091a39c89
parent73692d9bb58ecc2fa73f4b2bfcf6eadaa6d49a26 (diff)
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>
-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"
1718 1718
1719config X86_APM_BOOT 1719config X86_APM_BOOT
1720 def_bool y 1720 def_bool y
1721 depends on APM || APM_MODULE 1721 depends on APM
1722 1722
1723menuconfig APM 1723menuconfig APM
1724 tristate "APM (Advanced Power Management) BIOS support" 1724 tristate "APM (Advanced Power Management) BIOS support"