Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20210121110356.1768635-3-lkundrak@v3.sk
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Lubomir Rintel and committed by
Vinod Koul
793dff4b e247f85a

+1 -1
+1 -1
drivers/dma/Kconfig
··· 371 371 XDMAC device. 372 372 373 373 config MMP_PDMA 374 - bool "MMP PDMA support" 374 + tristate "MMP PDMA support" 375 375 depends on ARCH_MMP || ARCH_PXA || COMPILE_TEST 376 376 select DMA_ENGINE 377 377 help