dmaengine: mmp_pdma: Allow building as a module
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 21 Jan 2021 11:03:55 +0000 (12:03 +0100)
committerVinod Koul <vkoul@kernel.org>
Tue, 26 Jan 2021 17:28:01 +0000 (22:58 +0530)
There is no reason the Marvell MMP peripheral DMA driver would have
to be built-in.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20210121110356.1768635-3-lkundrak@v3.sk
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/Kconfig

index 725cda4..72f7dc7 100644 (file)
@@ -371,7 +371,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