[linux-yocto] [yocto-kernel-cache][PATCH v2] common-pc-wifi.cfg: Add CONFIG_BRCMFMAC_PCIE
California Sullivan
california.l.sullivan at intel.com
Fri Sep 15 11:21:07 PDT 2017
This is needed for some Broadcomm wifi drivers.
Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
Actually applies to 4.9, 4.10, and 4.12 this time. It looks like master
is missing "b898385 wifi: drop BRCMFMAC_PROTO_MSGBUF, since it is
selected" so that should be applied before this patch.
bsp/common-pc/common-pc-wifi.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/bsp/common-pc/common-pc-wifi.cfg b/bsp/common-pc/common-pc-wifi.cfg
index 14d82b1..7831abe 100644
--- a/bsp/common-pc/common-pc-wifi.cfg
+++ b/bsp/common-pc/common-pc-wifi.cfg
@@ -24,6 +24,7 @@ CONFIG_BRCMFMAC=m
CONFIG_BRCMFMAC_USB=y
CONFIG_BRCMFMAC_SDIO=y
CONFIG_BRCMFMAC_PROTO_BCDC=y
+CONFIG_BRCMFMAC_PCIE=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
--
2.9.5
More information about the linux-yocto
mailing list