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>

No differences found