aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorAmireddy Mallikarjuna reddy <mallikarjunax.reddy@linux.intel.com>2020-12-03 12:10:44 +0800
committerVinod Koul <vkoul@kernel.org>2021-01-12 17:58:32 +0530
commit32d31c79a1a4fbc48aab594a4dc9ffa087ab59a3 (patch)
treec880a83d1e5b5c176540286435da7a7745ac5238 /drivers/dma/Kconfig
parentdt-bindings: dma: Add bindings for Intel LGM SoC (diff)
downloadlinux-dev-32d31c79a1a4fbc48aab594a4dc9ffa087ab59a3.tar.xz
linux-dev-32d31c79a1a4fbc48aab594a4dc9ffa087ab59a3.zip
dmaengine: Add Intel LGM SoC DMA support.
Add DMA controller driver for Lightning Mountain (LGM) family of SoCs. The main function of the DMA controller is the transfer of data from/to any peripheral to/from the memory. A memory to memory copy capability can also be configured. This ldma driver is used for configure the device and channnels for data and control paths. Signed-off-by: Amireddy Mallikarjuna reddy <mallikarjunax.reddy@linux.intel.com> Link: https://lore.kernel.org/r/5fc54eb7ccfad4f8dd812b66b884054fc55cf050.1606905330.git.mallikarjunax.reddy@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index d242c7632621..6c92f075f7ce 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -740,6 +740,8 @@ source "drivers/dma/ti/Kconfig"
source "drivers/dma/fsl-dpaa2-qdma/Kconfig"
+source "drivers/dma/lgm/Kconfig"
+
# clients
comment "DMA Clients"
depends on DMA_ENGINE