From: Lubomir Rintel Date: Thu, 21 Jan 2021 11:03:55 +0000 (+0100) Subject: dmaengine: mmp_pdma: Allow building as a module X-Git-Tag: dma-mapping-5.13~137^2~29 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=793dff4b5142f8da66332d61858b719cec0dd1b4;p=users%2Fhch%2Fdma-mapping.git dmaengine: mmp_pdma: Allow building as a module There is no reason the Marvell MMP peripheral DMA driver would have to be built-in. Signed-off-by: Lubomir Rintel Link: https://lore.kernel.org/r/20210121110356.1768635-3-lkundrak@v3.sk Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 725cda4aa2a3..72f7dc70dbcf 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -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