From f8a202aa92e17ba20fc7dbf637c8836a7a154b0f Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Fri, 20 Oct 2023 13:39:34 +0300 Subject: [PATCH] app: boards: intel_adsp_ace20_lnl: drop DMA_DW_SUSPEND_DRAIN The LNL board does not use DMA_DW driver, so the board file should not set any build options specific to that driver. This fixes build warning: --cut-- warning: DMA_DW_SUSPEND_DRAIN (defined at drivers/dma/Kconfig.dw_common:27, drivers/dma/Kconfig.dw_common:27, drivers/dma/Kconfig.dw_common:27) was assigned the value 'y' but got the value 'n'. ---cut-- Link: https://github.com/thesofproject/sof/issues/8356 Signed-off-by: Kai Vehmanen --- app/boards/intel_adsp_ace20_lnl.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/app/boards/intel_adsp_ace20_lnl.conf b/app/boards/intel_adsp_ace20_lnl.conf index b8affcf55f61..500c2d5e6efb 100644 --- a/app/boards/intel_adsp_ace20_lnl.conf +++ b/app/boards/intel_adsp_ace20_lnl.conf @@ -30,7 +30,6 @@ CONFIG_DAI_INTEL_SSP=y CONFIG_ZEPHYR_DP_SCHEDULER=y CONFIG_DMA=y CONFIG_DMA_INTEL_ADSP_GPDMA=n -CONFIG_DMA_DW_SUSPEND_DRAIN=y CONFIG_INTEL_MODULES=y CONFIG_LIBRARY_MANAGER=y CONFIG_INTEL_ADSP_TIMER=y