diff options
author | Jingchang Lu <b35083@freescale.com> | 2014-02-18 10:17:12 +0800 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-02-18 16:52:35 +0530 |
commit | d6be34fbd39b7d577d25cb4edec538e8990ba07c (patch) | |
tree | d3a4381df8b6dd1d18ff563e9708cbc992a5bcd1 /drivers/dma/Kconfig | |
parent | dd5720b3006210ecdf4e3c8889e6051f432c4ba3 (diff) |
dma: Add Freescale eDMA engine driver support
Add Freescale enhanced direct memory(eDMA) controller support.
This module can be found on Vybrid and LS-1 SoCs.
Signed-off-by: Alison Wang <b18965@freescale.com>
Signed-off-by: Jingchang Lu <b35083@freescale.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index e4382ecc22a2..830b88d8744c 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -349,6 +349,16 @@ config MOXART_DMA select DMA_VIRTUAL_CHANNELS help Enable support for the MOXA ART SoC DMA controller. + +config FSL_EDMA + tristate "Freescale eDMA engine support" + depends on OF + select DMA_ENGINE + select DMA_VIRTUAL_CHANNELS + help + Support the Freescale eDMA engine with programmable channel + multiplexing capability for DMA request sources(slot). + This module can be found on Freescale Vybrid and LS-1 SoCs. config DMA_ENGINE bool |