diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/bcm43xx/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/net/wireless/bcm43xx/Kconfig b/drivers/net/wireless/bcm43xx/Kconfig index ce397e4284f4..0159701e8456 100644 --- a/drivers/net/wireless/bcm43xx/Kconfig +++ b/drivers/net/wireless/bcm43xx/Kconfig | |||
@@ -1,12 +1,15 @@ | |||
1 | config BCM43XX | 1 | config BCM43XX |
2 | tristate "Broadcom BCM43xx wireless support" | 2 | tristate "Broadcom BCM43xx wireless support (DEPRECATED)" |
3 | depends on PCI && IEEE80211 && IEEE80211_SOFTMAC && WLAN_80211 && EXPERIMENTAL | 3 | depends on PCI && IEEE80211 && IEEE80211_SOFTMAC && WLAN_80211 && EXPERIMENTAL |
4 | select WIRELESS_EXT | 4 | select WIRELESS_EXT |
5 | select FW_LOADER | 5 | select FW_LOADER |
6 | select HW_RANDOM | 6 | select HW_RANDOM |
7 | ---help--- | 7 | ---help--- |
8 | This is an experimental driver for the Broadcom 43xx wireless chip, | 8 | This is an experimental driver for the Broadcom 43xx wireless |
9 | found in the Apple Airport Extreme and various other devices. | 9 | chip, found in the Apple Airport Extreme and various other |
10 | devices. This driver is deprecated and will be removed | ||
11 | from the kernel in the near future. It has been replaced | ||
12 | by the b43 and b43legacy drivers. | ||
10 | 13 | ||
11 | config BCM43XX_DEBUG | 14 | config BCM43XX_DEBUG |
12 | bool "Broadcom BCM43xx debugging (RECOMMENDED)" | 15 | bool "Broadcom BCM43xx debugging (RECOMMENDED)" |