mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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
|