[linux-yocto] [PATCH] common-pc-wifi: fix warning

Saul Wold sgw at linux.intel.com
Fri Aug 25 09:53:22 PDT 2017


This fixes the warning:
Config: CONFIG_BRCMFMAC_PROTO_MSGBUF
From: .../tmp/work-shared/intel-corei7-64/kernel-source/.kernel-meta/configs/standard/intel/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_BRCMFMAC_PROTO_MSGBUF=y
Actual value:

Config 'BRCMFMAC_PROTO_MSGBUF' has the following conditionals:

Dependency values are:

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 bsp/common-pc/common-pc-wifi.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bsp/common-pc/common-pc-wifi.cfg b/bsp/common-pc/common-pc-wifi.cfg
index 998a7897..14d82b16 100644
--- a/bsp/common-pc/common-pc-wifi.cfg
+++ b/bsp/common-pc/common-pc-wifi.cfg
@@ -24,7 +24,6 @@ CONFIG_BRCMFMAC=m
 CONFIG_BRCMFMAC_USB=y
 CONFIG_BRCMFMAC_SDIO=y
 CONFIG_BRCMFMAC_PROTO_BCDC=y
-CONFIG_BRCMFMAC_PROTO_MSGBUF=y
 
 CONFIG_WEXT_CORE=y
 CONFIG_WEXT_PROC=y
-- 
2.11.0



More information about the linux-yocto mailing list