diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-07-01 17:20:05 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 11:39:25 -0400 |
commit | 5e2698df75f44b4378d4eeb87ae43e2b88546869 (patch) | |
tree | 379750b54fb8fe1ea77745ce2d136d65419d04ac /drivers/net/wireless/b43/Kconfig | |
parent | 19feb61e9956270e1be47250ace881ebbe130b8e (diff) |
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>
Diffstat (limited to 'drivers/net/wireless/b43/Kconfig')
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 3876c7ea54f4..7a28d21ac389 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -34,8 +34,8 @@ config B43_BCMA | |||
34 | config B43_BCMA_EXTRA | 34 | config B43_BCMA_EXTRA |
35 | bool "Hardware support that overlaps with the brcmsmac driver" | 35 | bool "Hardware support that overlaps with the brcmsmac driver" |
36 | depends on B43_BCMA | 36 | depends on B43_BCMA |
37 | default n if BRCMSMAC || BRCMSMAC_MODULE | 37 | default n if BRCMSMAC |
38 | default y | 38 | default y |
39 | 39 | ||
40 | config B43_SSB | 40 | config B43_SSB |
41 | bool | 41 | bool |