1config BRCMUTIL 2 tristate 3 4config BRCMSMAC 5 tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver" 6 depends on MAC80211 7 depends on BCMA 8 select BRCMUTIL 9 select FW_LOADER 10 select CRC_CCITT 11 select CRC8 12 select CORDIC 13 ---help--- 14 This module adds support for PCIe wireless adapters based on Broadcom 15 IEEE802.11n SoftMAC chipsets. If you choose to build a module, it'll 16 be called brcmsmac.ko. 17 18config BRCMFMAC 19 tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver" 20 depends on CFG80211 21 select BRCMUTIL 22 ---help--- 23 This module adds support for embedded wireless adapters based on 24 Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least 25 one of the bus interface support. If you choose to build a module, 26 it'll be called brcmfmac.ko. 27 28config BRCMFMAC_SDIO 29 bool "SDIO bus interface support for FullMAC driver" 30 depends on MMC 31 depends on BRCMFMAC 32 select FW_LOADER 33 default y 34 ---help--- 35 This option enables the SDIO bus interface support for Broadcom 36 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to 37 use the driver for a SDIO wireless card. 38 39config BRCMFMAC_USB 40 bool "USB bus interface support for FullMAC driver" 41 depends on USB 42 depends on BRCMFMAC 43 select FW_LOADER 44 ---help--- 45 This option enables the USB bus interface support for Broadcom 46 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to 47 use the driver for an USB wireless card. 48 49config BRCMDBG 50 bool "Broadcom driver debug functions" 51 depends on BRCMSMAC || BRCMFMAC 52 ---help--- 53 Selecting this enables additional code for debug purposes. 54