diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2013-06-26 09:55:54 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-27 19:42:15 +0200 |
commit | 8960400eeefa73e7fe32dc2b6b5ac529d43a9593 (patch) | |
tree | 3dc41a45a3382be5b6fa864be5a076d0461da798 /drivers/net/wireless/b43/Kconfig | |
parent | ath10k: leave MMIC generation to the HW (diff) | |
download | linux-8960400eeefa73e7fe32dc2b6b5ac529d43a9593.tar.xz linux-8960400eeefa73e7fe32dc2b6b5ac529d43a9593.zip |
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 depends on B43 && (BCMA = y || BCMA = B43) default y -config B43_BCMA_EXTRA - bool "Hardware support that overlaps with the brcmsmac driver" - depends on B43_BCMA - default n if BRCMSMAC - default y - config B43_SSB bool depends on B43 && (SSB = y || SSB = B43) |