mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
1fe20f1b84
This patch adds support for the DW AXI DMAC controller. DW AXI DMAC is a part of HSDK development board from Synopsys. In this driver implementation only DMA_MEMCPY transfers are supported. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2 lines
52 B
Makefile
2 lines
52 B
Makefile
obj-$(CONFIG_DW_AXI_DMAC) += dw-axi-dmac-platform.o
|