diff mbox series

ARM: multi_v7_defconfig: Build CONFIG_IMX_SDMA as module

Message ID 20230407211059.1707874-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: multi_v7_defconfig: Build CONFIG_IMX_SDMA as module | expand

Commit Message

Fabio Estevam April 7, 2023, 9:10 p.m. UTC
From: Fabio Estevam <festevam@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@denx.de>
---
 arch/arm/configs/multi_v7_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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