Skip to content

Commit b4b992e

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: imx_v4_v5_defconfig: Build CONFIG_IMX_SDMA as module
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 5a7374e ("ARM: imx_v6_v7_defconfig: build imx sdma driver as module"). Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 27cc508 commit b4b992e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/configs/imx_v4_v5_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ CONFIG_RTC_DRV_MC13XXX=y
160160
CONFIG_RTC_DRV_MXC=y
161161
CONFIG_DMADEVICES=y
162162
CONFIG_IMX_DMA=y
163-
CONFIG_IMX_SDMA=y
163+
CONFIG_IMX_SDMA=m
164164
# CONFIG_IOMMU_SUPPORT is not set
165165
CONFIG_IIO=y
166166
CONFIG_FSL_MX25_ADC=y

0 commit comments

Comments
 (0)