51 lines · plain
1config BRCMFMAC2 tristate "Broadcom FullMAC WLAN driver"3 depends on CFG802114 select BRCMUTIL5 help6 This module adds support for wireless adapters based on Broadcom7 FullMAC chipsets. It has to work with at least one of the bus8 interface support. If you choose to build a module, it'll be called9 brcmfmac.ko.10 11config BRCMFMAC_PROTO_BCDC12 bool13 14config BRCMFMAC_PROTO_MSGBUF15 bool16 17config BRCMFMAC_SDIO18 bool "SDIO bus interface support for FullMAC driver"19 depends on (MMC = y || MMC = BRCMFMAC)20 depends on BRCMFMAC21 select BRCMFMAC_PROTO_BCDC22 select FW_LOADER23 default y24 help25 This option enables the SDIO bus interface support for Broadcom26 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to27 use the driver for a SDIO wireless card.28 29config BRCMFMAC_USB30 bool "USB bus interface support for FullMAC driver"31 depends on (USB = y || USB = BRCMFMAC)32 depends on BRCMFMAC33 select BRCMFMAC_PROTO_BCDC34 select FW_LOADER35 help36 This option enables the USB bus interface support for Broadcom37 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to38 use the driver for an USB wireless card.39 40config BRCMFMAC_PCIE41 bool "PCIE bus interface support for FullMAC driver"42 depends on BRCMFMAC43 depends on PCI44 select BRCMFMAC_PROTO_MSGBUF45 select FW_LOADER46 help47 This option enables the PCIE bus interface support for Broadcom48 IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to49 use the driver for an PCIE wireless card.50 51