summaryrefslogtreecommitdiff
path: root/drivers/dma/lgm/Makefile
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/lgm/Makefile
parentafd4df85602da464674a818df7b0de9610525022 (diff)
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/lgm/Makefile')
-rw-r--r--drivers/dma/lgm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/lgm/Makefile b/drivers/dma/lgm/Makefile
new file mode 100644
index 000000000000..f318a8eff464
--- /dev/null
+++ b/drivers/dma/lgm/Makefile
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_INTEL_LDMA) += lgm-dma.o