diff options
author | Kedareswara rao Appana <appana.durga.rao@xilinx.com> | 2016-07-01 13:37:06 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-07-08 07:55:34 +0200 |
commit | b0cc417c1637192be658e68a74c8d1568e3d35f6 (patch) | |
tree | 1ad03ac982bc0e17c3a34b0b2ce0bf30999145d7 /drivers/dma/xilinx/Makefile | |
parent | Documentation: DT: dma: Add Xilinx zynqmp dma device tree binding documentation (diff) | |
download | linux-b0cc417c1637192be658e68a74c8d1568e3d35f6.tar.xz linux-b0cc417c1637192be658e68a74c8d1568e3d35f6.zip |
dmaengine: Add Xilinx zynqmp dma engine driver support
Added the driver for zynqmp dma engine used in Zynq
UltraScale+ MPSoC. This dma controller supports memory to memory
and I/O to I/O buffer transfers.
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/xilinx/Makefile')
-rw-r--r-- | drivers/dma/xilinx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/xilinx/Makefile b/drivers/dma/xilinx/Makefile index af9e69a41f8f..9e91f8f5b087 100644 --- a/drivers/dma/xilinx/Makefile +++ b/drivers/dma/xilinx/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_XILINX_DMA) += xilinx_dma.o +obj-$(CONFIG_XILINX_ZYNQMP_DMA) += zynqmp_dma.o |