ARM: imx_v6_v7_defconfig: build imx sdma driver as module
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Mon, 20 Sep 2021 14:49:34 +0000 (16:49 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 5 Oct 2021 03:19:28 +0000 (11:19 +0800)
Build CONFIG_IMX_SDMA as a module to avoid the following boot issue:

[    5.214751] imx-sdma 20ec000.sdma: Direct firmware load for
 imx/sdma/sdma-imx6q.bin failed with error -2
[    5.215762] imx-sdma 20ec000.sdma: Falling back to sysfs fallback
 for: imx/sdma/sdma-imx6q.bin

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/configs/imx_v6_v7_defconfig

index 35f13a928f39acebcfd8695898a436e33b61f0bd..57f25ba97fc8c1d703056b5fd9bb4ca267917a1c 100644 (file)
@@ -379,7 +379,7 @@ CONFIG_RTC_DRV_MXC_V2=y
 CONFIG_RTC_DRV_SNVS=y
 CONFIG_DMADEVICES=y
 CONFIG_FSL_EDMA=y
-CONFIG_IMX_SDMA=y
+CONFIG_IMX_SDMA=m
 CONFIG_MXS_DMA=y
 CONFIG_DMATEST=m
 CONFIG_STAGING=y