ARM: imx_v4_v5_defconfig: Build CONFIG_IMX_SDMA as module
authorFabio Estevam <festevam@denx.de>
Fri, 7 Apr 2023 21:14:46 +0000 (18:14 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 8 Apr 2023 07:30:09 +0000 (15:30 +0800)
Build CONFIG_IMX_SDMA as a module to allow the SDMA firmware be
retrieved after the rootfs is mounted.

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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/configs/imx_v4_v5_defconfig

index 711a79e..c9a602a 100644 (file)
@@ -160,7 +160,7 @@ CONFIG_RTC_DRV_MC13XXX=y
 CONFIG_RTC_DRV_MXC=y
 CONFIG_DMADEVICES=y
 CONFIG_IMX_DMA=y
-CONFIG_IMX_SDMA=y
+CONFIG_IMX_SDMA=m
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_IIO=y
 CONFIG_FSL_MX25_ADC=y