[PATCH] [TRIVIAL] x86: Kconfig: drop unknown symbol 'APM_MODULE'

From: Paul Bolle
Date: Thu Nov 17 2011 - 05:41:35 EST


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@xxxxxxxxxx>
---
Added in commit a6b68076fd ("x86: compile apm and voyager module only
when selected in Kconfig"). The reason for appending _MODULE can be
found at https://lkml.org/lkml/2008/1/3/422 .

arch/x86/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index cb9a104..e4d218e 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1726,7 +1726,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"
--
1.7.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/