Re: [linux-yocto] [v5.10] [yocto-kernel-cache] [PATCH] firmware: fix CONFIG_FW_LOADER option mismatch warning

2021-04-07 Thread Bruce Ashfield
merged.

FW_LOADER is definitely one of the options we have to keep adjusting
per BSP.

I also merged this to master.

Bruce


In message: [linux-yocto] [v5.10] [yocto-kernel-cache] [PATCH] firmware: fix 
CONFIG_FW_LOADER option mismatch warning
on 07/04/2021 qiang.zh...@windriver.com wrote:

> From: Zqiang 
> 
> [NOTE]: 'CONFIG_FW_LOADER' last val (m) and .config val (y) do not match
> [INFO]: CONFIG_FW_LOADER : y ## .config: 1632 
> :configs/v5.10/ktypes/base/base.cfg (m)
> [INFO]: selection details for 'CONFIG_FW_LOADER':
> Symbols currently y-selecting this symbol:
>   - R8169
> 
> Replace CONFIG_R8169 value from 'y' to 'm'
> 
> Signed-off-by: Zqiang 
> ---
>  bsp/intel-x86/intel-x86.cfg | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg
> index deb0caf3..a5c79cea 100644
> --- a/bsp/intel-x86/intel-x86.cfg
> +++ b/bsp/intel-x86/intel-x86.cfg
> @@ -318,7 +318,7 @@ CONFIG_DMA_CMA=y
>  # Realtek Network Driver
>  CONFIG_STAGING=y
>  CONFIG_NET_VENDOR_REALTEK=y
> -CONFIG_R8169=y
> +CONFIG_R8169=m
>  
>  # Marvell WiFi-Ex Driver for PCIE 8766/8897/8997
>  CONFIG_MWIFIEX=m
> -- 
> 2.29.2
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9713): 
https://lists.yoctoproject.org/g/linux-yocto/message/9713
Mute This Topic: https://lists.yoctoproject.org/mt/81909021/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[linux-yocto] [v5.10] [yocto-kernel-cache] [PATCH] firmware: fix CONFIG_FW_LOADER option mismatch warning

2021-04-06 Thread Zhang, Qiang
From: Zqiang 

[NOTE]: 'CONFIG_FW_LOADER' last val (m) and .config val (y) do not match
[INFO]: CONFIG_FW_LOADER : y ## .config: 1632 
:configs/v5.10/ktypes/base/base.cfg (m)
[INFO]: selection details for 'CONFIG_FW_LOADER':
Symbols currently y-selecting this symbol:
  - R8169

Replace CONFIG_R8169 value from 'y' to 'm'

Signed-off-by: Zqiang 
---
 bsp/intel-x86/intel-x86.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg
index deb0caf3..a5c79cea 100644
--- a/bsp/intel-x86/intel-x86.cfg
+++ b/bsp/intel-x86/intel-x86.cfg
@@ -318,7 +318,7 @@ CONFIG_DMA_CMA=y
 # Realtek Network Driver
 CONFIG_STAGING=y
 CONFIG_NET_VENDOR_REALTEK=y
-CONFIG_R8169=y
+CONFIG_R8169=m
 
 # Marvell WiFi-Ex Driver for PCIE 8766/8897/8997
 CONFIG_MWIFIEX=m
-- 
2.29.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9700): 
https://lists.yoctoproject.org/g/linux-yocto/message/9700
Mute This Topic: https://lists.yoctoproject.org/mt/81909021/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-