mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
b0cc417c16
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>
2 lines
89 B
Makefile
2 lines
89 B
Makefile
obj-$(CONFIG_XILINX_DMA) += xilinx_dma.o
|
|
obj-$(CONFIG_XILINX_ZYNQMP_DMA) += zynqmp_dma.o
|