summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/Kconfig
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2011-06-02 07:56:04 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2011-06-03 19:16:31 (GMT)
commit3c65ab62c5869a9d6ce5d9c28f7042b0e7e57891 (patch)
treed154c5059de238794a291710b0acb1f9b53aaae2 /drivers/net/wireless/b43/Kconfig
parent27f18dc2dafe66a93c7101fc94201b8c83903597 (diff)
downloadlinux-3c65ab62c5869a9d6ce5d9c28f7042b0e7e57891.tar.xz
b43: add an option to register BROKEN bcma driver
It does nothing useful yet, so it is matched as BROKEN. For now this is just an option for b43, in future we may want to make b43 support SSB or BCMA (note: or, not xor). 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/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig
index 480595f..fe26bf4 100644
--- a/drivers/net/wireless/b43/Kconfig
+++ b/drivers/net/wireless/b43/Kconfig
@@ -26,6 +26,11 @@ config B43
This driver can be built as a module (recommended) that will be called "b43".
If unsure, say M.
+config B43_BCMA
+ bool "Support for BCMA bus"
+ depends on B43 && BCMA && BROKEN
+ default y
+
# Auto-select SSB PCI-HOST support, if possible
config B43_PCI_AUTOSELECT
bool