1,在/home/alinx/linux-xlnx-xilinx-v2017.4/drivers/dma/xilinx/中添加驱动程序xilinx_dma.c
2,在makefile中添加
obj-$(CONFIG_XILINX_DMA) += xilinx_dma.o
3,在kconfig中添加
在Kconfig中,发现 XILINX_DMA
config ALINX_ADC_DMA
tristate "ALINX ADC DMA Test client for AXI DMA"
depends on XILINX_DMA
help
ALINX ADC DMA client.
config HDMI_OUT----
tristate "HDMI Subsystem Driver"