diff options
author | Arend van Spriel <arend@broadcom.com> | 2011-10-05 07:19:03 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-10-11 15:55:30 -0400 |
commit | 5b435de0d786869c95d1962121af0d7df2542009 (patch) | |
tree | 9b7cfbc4aa9f1ec0e719e3a0c677bd9f4e56540d /drivers/net/wireless/brcm80211/Kconfig | |
parent | 5f68a2b0a890d086e40fc7b55f4a0c32c28bc0d2 (diff) |
net: wireless: add brcm80211 drivers
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>
Diffstat (limited to 'drivers/net/wireless/brcm80211/Kconfig')
-rw-r--r-- | drivers/net/wireless/brcm80211/Kconfig | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/drivers/net/wireless/brcm80211/Kconfig b/drivers/net/wireless/brcm80211/Kconfig new file mode 100644 index 000000000000..2069fc8f7ad1 --- /dev/null +++ b/drivers/net/wireless/brcm80211/Kconfig | |||
@@ -0,0 +1,35 @@ | |||
1 | config BRCMUTIL | ||
2 | tristate | ||
3 | |||
4 | config BRCMSMAC | ||
5 | tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver" | ||
6 | depends on PCI | ||
7 | depends on MAC80211 | ||
8 | depends on BCMA=n | ||
9 | select BRCMUTIL | ||
10 | select FW_LOADER | ||
11 | select CRC_CCITT | ||
12 | select CRC8 | ||
13 | select CORDIC | ||
14 | ---help--- | ||
15 | This module adds support for PCIe wireless adapters based on Broadcom | ||
16 | IEEE802.11n SoftMAC chipsets. If you choose to build a module, it'll | ||
17 | be called brcmsmac.ko. | ||
18 | |||
19 | config BRCMFMAC | ||
20 | tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver" | ||
21 | depends on MMC | ||
22 | depends on CFG80211 | ||
23 | select BRCMUTIL | ||
24 | select FW_LOADER | ||
25 | ---help--- | ||
26 | This module adds support for embedded wireless adapters based on | ||
27 | Broadcom IEEE802.11n FullMAC chipsets. This driver uses the kernel's | ||
28 | wireless extensions subsystem. If you choose to build a module, | ||
29 | it'll be called brcmfmac.ko. | ||
30 | |||
31 | config BRCMDBG | ||
32 | bool "Broadcom driver debug functions" | ||
33 | depends on BRCMSMAC || BRCMFMAC | ||
34 | ---help--- | ||
35 | Selecting this enables additional code for debug purposes. | ||