|
@@ -27,10 +27,17 @@ config BRCMFMAC
|
|
|
one of the bus interface support. If you choose to build a module,
|
|
|
it'll be called brcmfmac.ko.
|
|
|
|
|
|
+config BRCMFMAC_PROTO_BCDC
|
|
|
+ bool
|
|
|
+
|
|
|
+config BRCMFMAC_PROTO_MSGBUF
|
|
|
+ bool
|
|
|
+
|
|
|
config BRCMFMAC_SDIO
|
|
|
bool "SDIO bus interface support for FullMAC driver"
|
|
|
depends on (MMC = y || MMC = BRCMFMAC)
|
|
|
depends on BRCMFMAC
|
|
|
+ select BRCMFMAC_PROTO_BCDC
|
|
|
select FW_LOADER
|
|
|
default y
|
|
|
---help---
|
|
@@ -42,6 +49,7 @@ config BRCMFMAC_USB
|
|
|
bool "USB bus interface support for FullMAC driver"
|
|
|
depends on (USB = y || USB = BRCMFMAC)
|
|
|
depends on BRCMFMAC
|
|
|
+ select BRCMFMAC_PROTO_BCDC
|
|
|
select FW_LOADER
|
|
|
---help---
|
|
|
This option enables the USB bus interface support for Broadcom
|
|
@@ -52,6 +60,8 @@ config BRCMFMAC_PCIE
|
|
|
bool "PCIE bus interface support for FullMAC driver"
|
|
|
depends on BRCMFMAC
|
|
|
depends on PCI
|
|
|
+ depends on HAS_DMA
|
|
|
+ select BRCMFMAC_PROTO_MSGBUF
|
|
|
select FW_LOADER
|
|
|
---help---
|
|
|
This option enables the PCIE bus interface support for Broadcom
|