[PATCH v3 07/13] dmaengine: mxs-dma: Turn MXS_DMA as tristate
From: Frank Li
Date: Wed Feb 25 2026 - 16:42:59 EST
From: Jindong Yue <jindong.yue@xxxxxxx>
Use tristate for mxs-dma to support module building.
Signed-off-by: Jindong Yue <jindong.yue@xxxxxxx>
Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
---
drivers/dma/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 66cda7cc9f7ab92e198d80cc5f0fb6420b937088..abeb086ba1d6b31206be8b18acb6363d73170339 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.43.0