diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2014-01-17 09:46:05 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-01-20 12:32:46 +0530 |
commit | 5f9e685a0d463666af080250b2ece11bc81acacd (patch) | |
tree | ce30f39b09a7719800b21e092266b4bfee0aac0e /drivers/dma/Makefile | |
parent | 7f5ae3553685d54413dda4fc3c98f46056ea716b (diff) | |
download | linux-5f9e685a0d463666af080250b2ece11bc81acacd.tar.bz2 |
dmaengine: Add MOXA ART DMA engine driver
The MOXA ART SoC has a DMA controller capable of offloading expensive
memory operations, such as large copies. This patch adds support for
the controller including four channels. Two of these are used to
handle MMC copy on the UC-7112-LX hardware. The remaining two can be
used in a future audio driver or client application.
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.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 0a6f08edf2c8..a029d0f4a1be 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -43,3 +43,4 @@ obj-$(CONFIG_MMP_PDMA) += mmp_pdma.o 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 |