File tree Expand file tree Collapse file tree 3 files changed +670
-0
lines changed Expand file tree Collapse file tree 3 files changed +670
-0
lines changed Original file line number Diff line number Diff line change @@ -369,6 +369,15 @@ config K3_DMA
369
369
Support the DMA engine for Hisilicon K3 platform
370
370
devices.
371
371
372
+ config LOONGSON1_APB_DMA
373
+ tristate "Loongson1 APB DMA support"
374
+ depends on MACH_LOONGSON32 || COMPILE_TEST
375
+ select DMA_ENGINE
376
+ select DMA_VIRTUAL_CHANNELS
377
+ help
378
+ This selects support for the APB DMA controller in Loongson1 SoCs,
379
+ which is required by Loongson1 NAND and audio support.
380
+
372
381
config LPC18XX_DMAMUX
373
382
bool "NXP LPC18xx/43xx DMA MUX for PL080"
374
383
depends on ARCH_LPC18XX || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ obj-$(CONFIG_INTEL_IDMA64) += idma64.o
49
49
obj-$(CONFIG_INTEL_IOATDMA) += ioat/
50
50
obj-y += idxd/
51
51
obj-$(CONFIG_K3_DMA) += k3dma.o
52
+ obj-$(CONFIG_LOONGSON1_APB_DMA) += loongson1-apb-dma.o
52
53
obj-$(CONFIG_LPC18XX_DMAMUX) += lpc18xx-dmamux.o
53
54
obj-$(CONFIG_LS2X_APB_DMA) += ls2x-apb-dma.o
54
55
obj-$(CONFIG_MILBEAUT_HDMAC) += milbeaut-hdmac.o
You can’t perform that action at this time.
0 commit comments