diff options
author | Srikanth Thokala | 2014-04-23 20:23:26 +0530 |
---|---|---|
committer | Vinod Koul | 2014-04-30 10:44:13 +0530 |
commit | 9cd4360de6090a6daf7fbe024e34953f2ae60ef2 (patch) | |
tree | e8122cc343a7c85bbeac73de99733a241227b9a0 /drivers/dma/xilinx/Makefile | |
parent | eebeac03db93e5556f37de6ed940f89327cc221b (diff) |
dma: Add Xilinx AXI Video Direct Memory Access Engine driver support
This is the driver for the AXI Video Direct Memory Access (AXI
VDMA) core, which is a soft Xilinx IP core that provides high-
bandwidth direct memory access between memory and AXI4-Stream
type video target peripherals. The core provides efficient two
dimensional DMA operations with independent asynchronous read
and write channel operation.
This module works on Zynq (ARM Based SoC) and Microblaze platforms.
Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
Reviewed-by: Levente Kurusa <levex@linux.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 new file mode 100644 index 000000000000..3c4e9f2fea28 --- /dev/null +++ b/drivers/dma/xilinx/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_XILINX_VDMA) += xilinx_vdma.o |