diff options
author | Amireddy Mallikarjuna reddy <mallikarjunax.reddy@linux.intel.com> | 2020-12-03 05:10:44 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-01-12 13:28:32 +0100 |
commit | 32d31c79a1a4fbc48aab594a4dc9ffa087ab59a3 (patch) | |
tree | c880a83d1e5b5c176540286435da7a7745ac5238 /drivers/dma/Kconfig | |
parent | dt-bindings: dma: Add bindings for Intel LGM SoC (diff) | |
download | linux-32d31c79a1a4fbc48aab594a4dc9ffa087ab59a3.tar.xz linux-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/Kconfig | 2 |
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 |