From 67adf1f6643d75e33509900a2cb35db3a31f0410 Mon Sep 17 00:00:00 2001 From: Jindong Yue Date: Wed, 25 Feb 2026 16:41:43 -0500 Subject: [PATCH] dmaengine: mxs-dma: Turn MXS_DMA as tristate Use tristate for mxs-dma to support module building. Signed-off-by: Jindong Yue Signed-off-by: Frank Li Link: https://patch.msgid.link/20260225-mxsdma-module-v3-7-8f798b13baa6@nxp.com Signed-off-by: Vinod Koul --- drivers/dma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index e249f68423ba2..e98e3e8c5036a 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -505,7 +505,7 @@ config MV_XOR_V2 platforms. config MXS_DMA - bool "MXS DMA support" + tristate "MXS DMA support" depends on ARCH_MXS || ARCH_MXC || COMPILE_TEST select STMP_DEVICE select DMA_ENGINE -- 2.47.3