diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2013-06-26 03:55:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-27 13:42:15 -0400 |
commit | 8960400eeefa73e7fe32dc2b6b5ac529d43a9593 (patch) | |
tree | 3dc41a45a3382be5b6fa864be5a076d0461da798 /drivers/net/wireless/b43/Kconfig | |
parent | d847e3e2e4d9d0c2902122a474d7fe62e08d6309 (diff) |
b43: replace B43_BCMA_EXTRA with modparam allhwsupport
This allows enabling support for extra hardware with just a module
param, without kernel/module recompilation.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/Kconfig')
-rw-r--r-- | drivers/net/wireless/b43/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 3f21e0ba39ba..51ff0b198d0a 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig | |||
@@ -31,12 +31,6 @@ config B43_BCMA | |||
31 | depends on B43 && (BCMA = y || BCMA = B43) | 31 | depends on B43 && (BCMA = y || BCMA = B43) |
32 | default y | 32 | default y |
33 | 33 | ||
34 | config B43_BCMA_EXTRA | ||
35 | bool "Hardware support that overlaps with the brcmsmac driver" | ||
36 | depends on B43_BCMA | ||
37 | default n if BRCMSMAC | ||
38 | default y | ||
39 | |||
40 | config B43_SSB | 34 | config B43_SSB |
41 | bool | 35 | bool |
42 | depends on B43 && (SSB = y || SSB = B43) | 36 | depends on B43 && (SSB = y || SSB = B43) |