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: v5.12-rc1~57^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=793dff4b5142f8da66332d61858b719cec0dd1b4;p=thirdparty%2Fkernel%2Flinux.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 725cda4aa2a36..72f7dc70dbcfc 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