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_tdma: Allow building as a module

There is no reason the Marvell MMP two-channel audio DMA driver would have
to be built-in.

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

authored by

Lubomir Rintel and committed by
Vinod Koul
9f3c14d4 793dff4b

+1 -1
+1 -1
drivers/dma/Kconfig
··· 378 378 Support the MMP PDMA engine for PXA and MMP platform. 379 379 380 380 config MMP_TDMA 381 - bool "MMP Two-Channel DMA support" 381 + tristate "MMP Two-Channel DMA support" 382 382 depends on ARCH_MMP || COMPILE_TEST 383 383 select DMA_ENGINE 384 384 select GENERIC_ALLOCATOR