File tree Expand file tree Collapse file tree 3 files changed +668
-0
lines changed Expand file tree Collapse file tree 3 files changed +668
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,13 @@ config APPLE_ADMAC
93
93
help
94
94
Enable support for Audio DMA Controller found on Apple Silicon SoCs.
95
95
96
+ config ARM_DMA350
97
+ tristate "Arm DMA-350 support"
98
+ select DMA_ENGINE
99
+ select DMA_VIRTUAL_CHANNELS
100
+ help
101
+ Enable support for the Arm DMA-350 controller.
102
+
96
103
config AT_HDMAC
97
104
tristate "Atmel AHB DMA support"
98
105
depends on ARCH_AT91
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ obj-$(CONFIG_ALTERA_MSGDMA) += altera-msgdma.o
17
17
obj-$(CONFIG_AMBA_PL08X) += amba-pl08x.o
18
18
obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += ppc4xx/
19
19
obj-$(CONFIG_APPLE_ADMAC) += apple-admac.o
20
+ obj-$(CONFIG_ARM_DMA350) += arm-dma350.o
20
21
obj-$(CONFIG_AT_HDMAC) += at_hdmac.o
21
22
obj-$(CONFIG_AT_XDMAC) += at_xdmac.o
22
23
obj-$(CONFIG_AXI_DMAC) += dma-axi-dmac.o
You can’t perform that action at this time.
0 commit comments