[PATCH] ARM: multi_v7_defconfig: Build CONFIG_IMX_SDMA as module

Fabio Estevam festevam at gmail.com
Fri Apr 7 14:10:59 PDT 2023


From: Fabio Estevam <festevam at denx.de>

Build CONFIG_IMX_SDMA as a module to allow the SDMA firmware be
retrieved after the rootfs is mounted.

This fixes the following error:
    
imx-sdma 20ec000.dma-controller: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2
imx-sdma 20ec000.dma-controller: external firmware not found, using ROM firmware

This change aligns with the one already done for imx_v6_v7_defconfig
in commit 5a7374ec715d ("ARM: imx_v6_v7_defconfig: build imx sdma driver
as module").

Signed-off-by: Fabio Estevam <festevam at denx.de>
---
 arch/arm/configs/multi_v7_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 42ff3d5a5198..3b17c4ae6307 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1010,7 +1010,7 @@ CONFIG_DMA_BCM2835=y
 CONFIG_DMA_SUN6I=y
 CONFIG_FSL_EDMA=y
 CONFIG_IMX_DMA=y
-CONFIG_IMX_SDMA=y
+CONFIG_IMX_SDMA=m
 CONFIG_MV_XOR=y
 CONFIG_MXS_DMA=y
 CONFIG_OWL_DMA=y
-- 
2.34.1




More information about the linux-arm-kernel mailing list