From: Paul Bolle Date: Sun, 1 Jul 2012 21:20:05 +0000 (+0200) Subject: b43: Kconfig: drop unknown symbol 'BRCMSMAC_MODULE' X-Git-Tag: v3.7-rc1~203^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e2698df75f44b4378d4eeb87ae43e2b88546869;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git b43: Kconfig: drop unknown symbol 'BRCMSMAC_MODULE' There's no Kconfig symbol BRCMSMAC_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. (While we're touching this Kconfig file replace a tab between "default" and "y" with a space.) Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 3876c7e..7a28d21 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -34,8 +34,8 @@ config B43_BCMA config B43_BCMA_EXTRA bool "Hardware support that overlaps with the brcmsmac driver" depends on B43_BCMA - default n if BRCMSMAC || BRCMSMAC_MODULE - default y + default n if BRCMSMAC + default y config B43_SSB bool