Re: [V2][linux-yocto] [yocto-kernel-cache][master][yocto-5.10][PATCH] bsp: delete unused kernel option CONFIG_XILINX_DMA_ENGINES

2021-05-21 Thread Bruce Ashfield
In message: [V2][linux-yocto] [yocto-kernel-cache][master][yocto-5.10][PATCH] 
bsp: delete unused kernel option CONFIG_XILINX_DMA_ENGINES
on 20/05/2021 quanyang.w...@windriver.com wrote:

> From: Quanyang Wang 
> 
> The kernel option CONFIG_XILINX_DMA_ENGINES isn't used anymore since we
> have switched to mainline xilinx dma driver. Let's remove it to fix the
> warning as below:
> 
> WARNING: linux-yocto-5.10.x do_kernel_configcheck: [kernel config]: specified 
> values did not make it into the kernel's final configuration:
> 
> [NOTE]: 'CONFIG_XILINX_DMA_ENGINES' last val (y) and .config val (n) do 
> not match
> [INFO]: CONFIG_XILINX_DMA_ENGINES : n
> [INFO]: raw config text:
> 
> Config 'XILINX_DMA_ENGINES' has the following Direct dependencies 
> (XILINX_DMA_ENGINES=n):
> n
> Parent dependencies are:
> [INFO]: config 'CONFIG_XILINX_DMA_ENGINES' was set, but it wasn't 
> assignable, check (parent) dependencies
> 
> [INFO]: selection details for 'CONFIG_XILINX_DMA_ENGINES':
> Symbols currently n-selecting this symbol (no effect):
>   - DRM_ZYNQMP_DPSUB

merged!

Bruce

> 
> Signed-off-by: Quanyang Wang 
> ---
>  bsp/xilinx-zynq/xilinx-zynq.cfg | 1 -
>  bsp/xilinx-zynqmp/xilinx-zynqmp.cfg | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/bsp/xilinx-zynq/xilinx-zynq.cfg b/bsp/xilinx-zynq/xilinx-zynq.cfg
> index 37d6a07db..dc6610371 100644
> --- a/bsp/xilinx-zynq/xilinx-zynq.cfg
> +++ b/bsp/xilinx-zynq/xilinx-zynq.cfg
> @@ -22,7 +22,6 @@ CONFIG_VFP=y
>  CONFIG_NEON=y
>  
>  # DMA
> -CONFIG_XILINX_DMA_ENGINES=y
>  CONFIG_AXI_DMAC=y
>  CONFIG_DMADEVICES=y
>  CONFIG_DMA_ENGINE=y
> diff --git a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg 
> b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
> index fcef2f491..6005eaeb0 100644
> --- a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
> +++ b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
> @@ -109,7 +109,6 @@ CONFIG_RTC_INTF_SYSFS=y
>  CONFIG_RTC_DRV_ZYNQMP=y
>  
>  CONFIG_DMADEVICES=y
> -CONFIG_XILINX_DMA_ENGINES=y
>  CONFIG_DMA_ENGINE=y
>  CONFIG_DMA_OF=y
>  CONFIG_CMA=y
> -- 
> 2.25.1
> 

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



[V2][linux-yocto] [yocto-kernel-cache][master][yocto-5.10][PATCH] bsp: delete unused kernel option CONFIG_XILINX_DMA_ENGINES

2021-05-20 Thread quanyang.wang
From: Quanyang Wang 

The kernel option CONFIG_XILINX_DMA_ENGINES isn't used anymore since we
have switched to mainline xilinx dma driver. Let's remove it to fix the
warning as below:

WARNING: linux-yocto-5.10.x do_kernel_configcheck: [kernel config]: specified 
values did not make it into the kernel's final configuration:

[NOTE]: 'CONFIG_XILINX_DMA_ENGINES' last val (y) and .config val (n) do not 
match
[INFO]: CONFIG_XILINX_DMA_ENGINES : n
[INFO]: raw config text:

Config 'XILINX_DMA_ENGINES' has the following Direct dependencies 
(XILINX_DMA_ENGINES=n):
n
Parent dependencies are:
[INFO]: config 'CONFIG_XILINX_DMA_ENGINES' was set, but it wasn't 
assignable, check (parent) dependencies

[INFO]: selection details for 'CONFIG_XILINX_DMA_ENGINES':
Symbols currently n-selecting this symbol (no effect):
  - DRM_ZYNQMP_DPSUB

Signed-off-by: Quanyang Wang 
---
 bsp/xilinx-zynq/xilinx-zynq.cfg | 1 -
 bsp/xilinx-zynqmp/xilinx-zynqmp.cfg | 1 -
 2 files changed, 2 deletions(-)

diff --git a/bsp/xilinx-zynq/xilinx-zynq.cfg b/bsp/xilinx-zynq/xilinx-zynq.cfg
index 37d6a07db..dc6610371 100644
--- a/bsp/xilinx-zynq/xilinx-zynq.cfg
+++ b/bsp/xilinx-zynq/xilinx-zynq.cfg
@@ -22,7 +22,6 @@ CONFIG_VFP=y
 CONFIG_NEON=y
 
 # DMA
-CONFIG_XILINX_DMA_ENGINES=y
 CONFIG_AXI_DMAC=y
 CONFIG_DMADEVICES=y
 CONFIG_DMA_ENGINE=y
diff --git a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg 
b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
index fcef2f491..6005eaeb0 100644
--- a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
+++ b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg
@@ -109,7 +109,6 @@ CONFIG_RTC_INTF_SYSFS=y
 CONFIG_RTC_DRV_ZYNQMP=y
 
 CONFIG_DMADEVICES=y
-CONFIG_XILINX_DMA_ENGINES=y
 CONFIG_DMA_ENGINE=y
 CONFIG_DMA_OF=y
 CONFIG_CMA=y
-- 
2.25.1


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