diff options
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index fd17aa8491b6..7c7dca112bf5 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -501,6 +501,14 @@ config PRISM54 | |||
501 | 501 | ||
502 | source "drivers/net/wireless/hostap/Kconfig" | 502 | source "drivers/net/wireless/hostap/Kconfig" |
503 | 503 | ||
504 | config BCM43XX | ||
505 | tristate "Broadcom BCM43xx wireless support" | ||
506 | depends on PCI && IEEE80211 && NET_RADIO && IEEE80211_SOFTMAC && EXPERIMENTAL | ||
507 | select FW_LOADER | ||
508 | ---help--- | ||
509 | This is an experimental driver for the Broadcom 43xx wireless chip, | ||
510 | found in the Apple Airport Extreme and various other devices. | ||
511 | |||
504 | # yes, this works even when no drivers are selected | 512 | # yes, this works even when no drivers are selected |
505 | config NET_WIRELESS | 513 | config NET_WIRELESS |
506 | bool | 514 | bool |