mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
5b435de0d7
Add the brcm80211 tree to drivers/net/wireless, and disable the version that's in drivers/staging. This version includes the sources currently in staging, plus any changes that have been sent out for review. Sources in staging will be deleted in a followup patch. Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
35 lines
989 B
Text
35 lines
989 B
Text
config BRCMUTIL
|
|
tristate
|
|
|
|
config BRCMSMAC
|
|
tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
|
|
depends on PCI
|
|
depends on MAC80211
|
|
depends on BCMA=n
|
|
select BRCMUTIL
|
|
select FW_LOADER
|
|
select CRC_CCITT
|
|
select CRC8
|
|
select CORDIC
|
|
---help---
|
|
This module adds support for PCIe wireless adapters based on Broadcom
|
|
IEEE802.11n SoftMAC chipsets. If you choose to build a module, it'll
|
|
be called brcmsmac.ko.
|
|
|
|
config BRCMFMAC
|
|
tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
|
|
depends on MMC
|
|
depends on CFG80211
|
|
select BRCMUTIL
|
|
select FW_LOADER
|
|
---help---
|
|
This module adds support for embedded wireless adapters based on
|
|
Broadcom IEEE802.11n FullMAC chipsets. This driver uses the kernel's
|
|
wireless extensions subsystem. If you choose to build a module,
|
|
it'll be called brcmfmac.ko.
|
|
|
|
config BRCMDBG
|
|
bool "Broadcom driver debug functions"
|
|
depends on BRCMSMAC || BRCMFMAC
|
|
---help---
|
|
Selecting this enables additional code for debug purposes.
|