]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
b43: Kconfig: drop unknown symbol 'BRCMSMAC_MODULE'
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 1 Jul 2012 21:20:05 +0000 (23:20 +0200)
committerJiri Kosina <jkosina@suse.cz>
Sat, 1 Sep 2012 15:39:25 +0000 (08:39 -0700)
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 <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/net/wireless/b43/Kconfig

index 3876c7ea54f49bd3a988d159f7f7bf66ab80fe69..7a28d21ac389972d83623dbe42ae5d59d5288125 100644 (file)
@@ -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