Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Bolle and committed by
Jiri Kosina
5e2698df 19feb61e

+2 -2
+2 -2
drivers/net/wireless/b43/Kconfig
··· 34 34 config B43_BCMA_EXTRA 35 35 bool "Hardware support that overlaps with the brcmsmac driver" 36 36 depends on B43_BCMA 37 - default n if BRCMSMAC || BRCMSMAC_MODULE 38 - default y 37 + default n if BRCMSMAC 38 + default y 39 39 40 40 config B43_SSB 41 41 bool