diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2022-01-28 19:00:56 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-02-11 11:47:19 +0300 |
commit | e95622289f263662240544a9f0009b25c19e64d4 (patch) | |
tree | 8d4958bec14ca495aad17c14ee9d99dc5e78f133 /arch/arm64/configs | |
parent | 547950e571f2de3b9ba42a82a5de21ad49b31474 (diff) | |
download | linux-e95622289f263662240544a9f0009b25c19e64d4.tar.xz |
arm64: defconfig: build imx-sdma as a module
This avoids firmware load error and sysfs fallback reported as follows:
[ 0.199448] imx-sdma 302c0000.dma-controller: Direct firmware load
for imx/sdma/sdma-imx7d.bin failed with error -2
[ 0.199487] imx-sdma 302c0000.dma-controller: Falling back to sysfs
fallback for: imx/sdma/sdma-imx7d.bin
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0fed8477e72e..27afe24a025a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -928,7 +928,7 @@ CONFIG_DMADEVICES=y CONFIG_DMA_BCM2835=y CONFIG_DMA_SUN6I=m CONFIG_FSL_EDMA=y -CONFIG_IMX_SDMA=y +CONFIG_IMX_SDMA=m CONFIG_K3_DMA=y CONFIG_MV_XOR=y CONFIG_MV_XOR_V2=y |