From: Jindong Yue Date: Wed, 25 Feb 2026 21:41:43 +0000 (-0500) Subject: dmaengine: mxs-dma: Turn MXS_DMA as tristate X-Git-Tag: v7.1-rc1~109^2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67adf1f6643d75e33509900a2cb35db3a31f0410;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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