File tree 3 files changed +429
-0
lines changed
3 files changed +429
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,16 @@ config MILBEAUT_HDMAC
352
352
Say yes here to support the Socionext Milbeaut
353
353
HDMAC device.
354
354
355
+ config MILBEAUT_XDMAC
356
+ tristate "Milbeaut AXI DMA support"
357
+ depends on ARCH_MILBEAUT || COMPILE_TEST
358
+ depends on OF
359
+ select DMA_ENGINE
360
+ select DMA_VIRTUAL_CHANNELS
361
+ help
362
+ Say yes here to support the Socionext Milbeaut
363
+ XDMAC device.
364
+
355
365
config MMP_PDMA
356
366
bool "MMP PDMA support"
357
367
depends on ARCH_MMP || ARCH_PXA || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ obj-$(CONFIG_INTEL_MIC_X100_DMA) += mic_x100_dma.o
46
46
obj-$(CONFIG_K3_DMA) += k3dma.o
47
47
obj-$(CONFIG_LPC18XX_DMAMUX) += lpc18xx-dmamux.o
48
48
obj-$(CONFIG_MILBEAUT_HDMAC) += milbeaut-hdmac.o
49
+ obj-$(CONFIG_MILBEAUT_XDMAC) += milbeaut-xdmac.o
49
50
obj-$(CONFIG_MMP_PDMA) += mmp_pdma.o
50
51
obj-$(CONFIG_MMP_TDMA) += mmp_tdma.o
51
52
obj-$(CONFIG_MOXART_DMA) += moxart-dma.o
You can’t perform that action at this time.
0 commit comments