From: Paul Bolle Date: Thu, 17 Nov 2011 10:41:31 +0000 (+0100) Subject: x86: Kconfig: drop unknown symbol 'APM_MODULE' X-Git-Tag: upstream/snapshot3+hdmi~8434^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=282e5aaba2a0cdfde4d2c2e34bc7438cd6f7a00f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Jiri Kosina --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6a47bb2..771a185 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"