1*9ff8614aSArend van Sprielconfig BRCMFMAC 2*9ff8614aSArend van Spriel tristate "Broadcom FullMAC WLAN driver" 3*9ff8614aSArend van Spriel depends on CFG80211 4*9ff8614aSArend van Spriel select BRCMUTIL 5*9ff8614aSArend van Spriel help 6*9ff8614aSArend van Spriel This module adds support for wireless adapters based on Broadcom 7*9ff8614aSArend van Spriel FullMAC chipsets. It has to work with at least one of the bus 8*9ff8614aSArend van Spriel interface support. If you choose to build a module, it'll be called 9*9ff8614aSArend van Spriel brcmfmac.ko. 10*9ff8614aSArend van Spriel 11*9ff8614aSArend van Sprielconfig BRCMFMAC_PROTO_BCDC 12*9ff8614aSArend van Spriel bool 13*9ff8614aSArend van Spriel 14*9ff8614aSArend van Sprielconfig BRCMFMAC_PROTO_MSGBUF 15*9ff8614aSArend van Spriel bool 16*9ff8614aSArend van Spriel 17*9ff8614aSArend van Sprielconfig BRCMFMAC_SDIO 18*9ff8614aSArend van Spriel bool "SDIO bus interface support for FullMAC driver" 19*9ff8614aSArend van Spriel depends on (MMC = y || MMC = BRCMFMAC) 20*9ff8614aSArend van Spriel depends on BRCMFMAC 21*9ff8614aSArend van Spriel select BRCMFMAC_PROTO_BCDC 22*9ff8614aSArend van Spriel select FW_LOADER 23*9ff8614aSArend van Spriel default y 24*9ff8614aSArend van Spriel help 25*9ff8614aSArend van Spriel This option enables the SDIO bus interface support for Broadcom 26*9ff8614aSArend van Spriel IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to 27*9ff8614aSArend van Spriel use the driver for a SDIO wireless card. 28*9ff8614aSArend van Spriel 29*9ff8614aSArend van Sprielconfig BRCMFMAC_USB 30*9ff8614aSArend van Spriel bool "USB bus interface support for FullMAC driver" 31*9ff8614aSArend van Spriel depends on (USB = y || USB = BRCMFMAC) 32*9ff8614aSArend van Spriel depends on BRCMFMAC 33*9ff8614aSArend van Spriel select BRCMFMAC_PROTO_BCDC 34*9ff8614aSArend van Spriel select FW_LOADER 35*9ff8614aSArend van Spriel help 36*9ff8614aSArend van Spriel This option enables the USB bus interface support for Broadcom 37*9ff8614aSArend van Spriel IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to 38*9ff8614aSArend van Spriel use the driver for an USB wireless card. 39*9ff8614aSArend van Spriel 40*9ff8614aSArend van Sprielconfig BRCMFMAC_PCIE 41*9ff8614aSArend van Spriel bool "PCIE bus interface support for FullMAC driver" 42*9ff8614aSArend van Spriel depends on BRCMFMAC 43*9ff8614aSArend van Spriel depends on PCI 44*9ff8614aSArend van Spriel select BRCMFMAC_PROTO_MSGBUF 45*9ff8614aSArend van Spriel select FW_LOADER 46*9ff8614aSArend van Spriel help 47*9ff8614aSArend van Spriel This option enables the PCIE bus interface support for Broadcom 48*9ff8614aSArend van Spriel IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to 49*9ff8614aSArend van Spriel use the driver for an PCIE wireless card. 50*9ff8614aSArend van Spriel 51