0001 config BRCMFMAC
0002 tristate "Broadcom FullMAC WLAN driver"
0003 depends on CFG80211
0004 select BRCMUTIL
0005 help
0006 This module adds support for wireless adapters based on Broadcom
0007 FullMAC chipsets. It has to work with at least one of the bus
0008 interface support. If you choose to build a module, it'll be called
0009 brcmfmac.ko.
0010
0011 config BRCMFMAC_PROTO_BCDC
0012 bool
0013
0014 config BRCMFMAC_PROTO_MSGBUF
0015 bool
0016
0017 config BRCMFMAC_SDIO
0018 bool "SDIO bus interface support for FullMAC driver"
0019 depends on (MMC = y || MMC = BRCMFMAC)
0020 depends on BRCMFMAC
0021 select BRCMFMAC_PROTO_BCDC
0022 select FW_LOADER
0023 default y
0024 help
0025 This option enables the SDIO bus interface support for Broadcom
0026 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
0027 use the driver for a SDIO wireless card.
0028
0029 config BRCMFMAC_USB
0030 bool "USB bus interface support for FullMAC driver"
0031 depends on (USB = y || USB = BRCMFMAC)
0032 depends on BRCMFMAC
0033 select BRCMFMAC_PROTO_BCDC
0034 select FW_LOADER
0035 help
0036 This option enables the USB bus interface support for Broadcom
0037 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
0038 use the driver for an USB wireless card.
0039
0040 config BRCMFMAC_PCIE
0041 bool "PCIE bus interface support for FullMAC driver"
0042 depends on BRCMFMAC
0043 depends on PCI
0044 select BRCMFMAC_PROTO_MSGBUF
0045 select FW_LOADER
0046 help
0047 This option enables the PCIE bus interface support for Broadcom
0048 IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to
0049 use the driver for an PCIE wireless card.
0050