diff options
author | Vinod Koul <vkoul@kernel.org> | 2018-10-24 11:15:52 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-10-24 11:15:52 +0300 |
commit | 9b01029dc093262c6ad7fde6940916f154168496 (patch) | |
tree | 714cae26ac53b33af7d4aa0cea9bd29d5b1f1652 /drivers/dma/Kconfig | |
parent | 11b73fcf3a3aee7f70dc48eb4fb471a938dbf55e (diff) | |
parent | 0e819e3564c0d79e296d3fc851bb4f78fda22ac2 (diff) | |
download | linux-9b01029dc093262c6ad7fde6940916f154168496.tar.xz |
Merge branch 'topic/fsl' into for-linus
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index dacf3f42426d..05104325d685 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -321,6 +321,17 @@ config LPC18XX_DMAMUX Enable support for DMA on NXP LPC18xx/43xx platforms with PL080 and multiplexed DMA request lines. +config MCF_EDMA + tristate "Freescale eDMA engine support, ColdFire mcf5441x SoCs" + depends on M5441x || COMPILE_TEST + select DMA_ENGINE + select DMA_VIRTUAL_CHANNELS + help + Support the Freescale ColdFire eDMA engine, 64-channel + implementation that performs complex data transfers with + minimal intervention from a host processor. + This module can be found on Freescale ColdFire mcf5441x SoCs. + config MMP_PDMA bool "MMP PDMA support" depends on ARCH_MMP || ARCH_PXA || COMPILE_TEST |