mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08: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>
3 lines
89 B
Makefile
3 lines
89 B
Makefile
obj-$(CONFIG_XILINX_DMA) += xilinx_dma.o
|
|
obj-$(CONFIG_XILINX_ZYNQMP_DMA) += zynqmp_dma.o
|