From dfdc3252b4cbb63daace804081b9113f81c7aa20 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Tue, 31 Oct 2023 16:41:54 +0100 Subject: [PATCH] arm64: defconfig: imx8mp_somdevices_defconfig: Avoid firmware load error and sysfs fallback. As explained here: https://patchwork.kernel.org/project/linux-arm-kernel/patch/20220107180314.1816515-6-marcel@ziswiler.com/ https://git.toradex.com/cgit/linux-toradex.git/commit/?h=toradex_4.14-2.0.x-imx&id=23abfc519183c2e6bc5644206177ef80b79f023e Signed-off-by: Josep Orga --- arch/arm64/configs/imx8mp_somdevices_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/imx8mp_somdevices_defconfig b/arch/arm64/configs/imx8mp_somdevices_defconfig index 65c676a91c3d..1a134ee733f1 100644 --- a/arch/arm64/configs/imx8mp_somdevices_defconfig +++ b/arch/arm64/configs/imx8mp_somdevices_defconfig @@ -745,7 +745,7 @@ CONFIG_BCM_SBA_RAID=m CONFIG_FSL_EDMA=y CONFIG_FSL_QDMA=m CONFIG_FSL_EDMA_V3=y -CONFIG_IMX_SDMA=y +CONFIG_IMX_SDMA=m CONFIG_MV_XOR_V2=y CONFIG_MXS_DMA=y CONFIG_PL330_DMA=y -- 2.17.1