Skip to content

Commit

Permalink
dmaengine: mmp_pdma: Allow building as a module
Browse files Browse the repository at this point in the history
There is no reason the Marvell MMP peripheral DMA driver would have
to be built-in.

Signed-off-by: Lubomir Rintel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
  • Loading branch information
lkundrak authored and vinodkoul committed Jan 26, 2021
1 parent e247f85 commit 793dff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 793dff4

Please sign in to comment.