summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJindong Yue <jindong.yue@nxp.com>2026-02-26 00:41:43 +0300
committerVinod Koul <vkoul@kernel.org>2026-03-09 14:20:47 +0300
commit67adf1f6643d75e33509900a2cb35db3a31f0410 (patch)
treeed5de7f11433e78909e1d0b214555d5c3b3dc701
parente1b712c9352cf74285973462ced8d60ed7a9183c (diff)
downloadlinux-67adf1f6643d75e33509900a2cb35db3a31f0410.tar.xz
dmaengine: mxs-dma: Turn MXS_DMA as tristate
Use tristate for mxs-dma to support module building. Signed-off-by: Jindong Yue <jindong.yue@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Link: https://patch.msgid.link/20260225-mxsdma-module-v3-7-8f798b13baa6@nxp.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index e249f68423ba..e98e3e8c5036 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