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