Arend van Spriel | 5b435de | 2011-10-05 13:19:03 +0200 | [diff] [blame^] | 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. |