diff mbox series

[2/3] dmaengine: mmp_pdma: Allow building as a module

Message ID 20210121110356.1768635-3-lkundrak@v3.sk (mailing list archive)
State Accepted
Headers show
Series dmaengine: Allow building MMP DMA drivers as modules | expand

Commit Message

Lubomir Rintel Jan. 21, 2021, 11:03 a.m. UTC
There is no reason the Marvell MMP peripheral DMA driver would have
to be built-in.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 drivers/dma/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index d242c76326217..04effa065527b 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -378,7 +378,7 @@  config MILBEAUT_XDMAC
 	  XDMAC device.
 
 config MMP_PDMA
-	bool "MMP PDMA support"
+	tristate "MMP PDMA support"
 	depends on ARCH_MMP || ARCH_PXA || COMPILE_TEST
 	select DMA_ENGINE
 	help