[PATCH v3 07/13] dmaengine: mxs-dma: Turn MXS_DMA as tristate
Frank Li
Frank.Li at nxp.com
Wed Feb 25 13:41:43 PST 2026
From: Jindong Yue <jindong.yue at nxp.com>
Use tristate for mxs-dma to support module building.
Signed-off-by: Jindong Yue <jindong.yue at nxp.com>
Signed-off-by: Frank Li <Frank.Li at nxp.com>
---
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
More information about the linux-arm-kernel
mailing list