File tree Expand file tree Collapse file tree 5 files changed +1753
-0
lines changed Expand file tree Collapse file tree 5 files changed +1753
-0
lines changed Original file line number Diff line number Diff line change @@ -740,6 +740,8 @@ source "drivers/dma/ti/Kconfig"
740
740
741
741
source "drivers/dma/fsl-dpaa2-qdma/Kconfig"
742
742
743
+ source "drivers/dma/lgm/Kconfig"
744
+
743
745
# clients
744
746
comment "DMA Clients"
745
747
depends on DMA_ENGINE
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ obj-$(CONFIG_XGENE_DMA) += xgene-dma.o
82
82
obj-$(CONFIG_ZX_DMA) += zx_dma.o
83
83
obj-$(CONFIG_ST_FDMA) += st_fdma.o
84
84
obj-$(CONFIG_FSL_DPAA2_QDMA) += fsl-dpaa2-qdma/
85
+ obj-$(CONFIG_INTEL_LDMA) += lgm/
85
86
86
87
obj-y += mediatek/
87
88
obj-y += qcom/
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0-only
2
+ config INTEL_LDMA
3
+ bool "Lightning Mountain centralized DMA controllers"
4
+ select DMA_ENGINE
5
+ select DMA_VIRTUAL_CHANNELS
6
+ help
7
+ Enable support for intel Lightning Mountain SOC DMA controllers.
8
+ These controllers provide DMA capabilities for a variety of on-chip
9
+ devices such as HSNAND and GSWIP (Gigabit Switch IP).
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0
2
+ obj-$(CONFIG_INTEL_LDMA) += lgm-dma.o
You can’t perform that action at this time.
0 commit comments