19ff8614aSArend van Sprielconfig BRCMFMAC
29ff8614aSArend van Spriel	tristate "Broadcom FullMAC WLAN driver"
39ff8614aSArend van Spriel	depends on CFG80211
49ff8614aSArend van Spriel	select BRCMUTIL
59ff8614aSArend van Spriel	help
69ff8614aSArend van Spriel	  This module adds support for wireless adapters based on Broadcom
79ff8614aSArend van Spriel	  FullMAC chipsets. It has to work with at least one of the bus
89ff8614aSArend van Spriel	  interface support. If you choose to build a module, it'll be called
99ff8614aSArend van Spriel	  brcmfmac.ko.
109ff8614aSArend van Spriel
119ff8614aSArend van Sprielconfig BRCMFMAC_PROTO_BCDC
129ff8614aSArend van Spriel	bool
139ff8614aSArend van Spriel
149ff8614aSArend van Sprielconfig BRCMFMAC_PROTO_MSGBUF
159ff8614aSArend van Spriel	bool
169ff8614aSArend van Spriel
179ff8614aSArend van Sprielconfig BRCMFMAC_SDIO
189ff8614aSArend van Spriel	bool "SDIO bus interface support for FullMAC driver"
199ff8614aSArend van Spriel	depends on (MMC = y || MMC = BRCMFMAC)
209ff8614aSArend van Spriel	depends on BRCMFMAC
219ff8614aSArend van Spriel	select BRCMFMAC_PROTO_BCDC
229ff8614aSArend van Spriel	select FW_LOADER
239ff8614aSArend van Spriel	default y
249ff8614aSArend van Spriel	help
259ff8614aSArend van Spriel	  This option enables the SDIO bus interface support for Broadcom
269ff8614aSArend van Spriel	  IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
279ff8614aSArend van Spriel	  use the driver for a SDIO wireless card.
289ff8614aSArend van Spriel
299ff8614aSArend van Sprielconfig BRCMFMAC_USB
309ff8614aSArend van Spriel	bool "USB bus interface support for FullMAC driver"
319ff8614aSArend van Spriel	depends on (USB = y || USB = BRCMFMAC)
329ff8614aSArend van Spriel	depends on BRCMFMAC
339ff8614aSArend van Spriel	select BRCMFMAC_PROTO_BCDC
349ff8614aSArend van Spriel	select FW_LOADER
359ff8614aSArend van Spriel	help
369ff8614aSArend van Spriel	  This option enables the USB bus interface support for Broadcom
379ff8614aSArend van Spriel	  IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
389ff8614aSArend van Spriel	  use the driver for an USB wireless card.
399ff8614aSArend van Spriel
409ff8614aSArend van Sprielconfig BRCMFMAC_PCIE
419ff8614aSArend van Spriel	bool "PCIE bus interface support for FullMAC driver"
429ff8614aSArend van Spriel	depends on BRCMFMAC
439ff8614aSArend van Spriel	depends on PCI
449ff8614aSArend van Spriel	select BRCMFMAC_PROTO_MSGBUF
459ff8614aSArend van Spriel	select FW_LOADER
469ff8614aSArend van Spriel	help
479ff8614aSArend van Spriel	  This option enables the PCIE bus interface support for Broadcom
489ff8614aSArend van Spriel	  IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to
499ff8614aSArend van Spriel	  use the driver for an PCIE wireless card.
509ff8614aSArend van Spriel
51