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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/dma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index a029d0f4a1be..995946283f8d 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -44,3 +44,4 @@ obj-$(CONFIG_DMA_JZ4740) += dma-jz4740.o obj-$(CONFIG_TI_CPPI41) += cppi41.o obj-$(CONFIG_K3_DMA) += k3dma.o obj-$(CONFIG_MOXART_DMA) += moxart-dma.o +obj-$(CONFIG_FSL_EDMA) += fsl-edma.o |