summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Makefile
diff options
context:
space:
mode:
authorMartin Povišer <povik+lin@cutebit.org>2022-05-31 23:36:14 +0200
committerVinod Koul <vkoul@kernel.org>2022-06-09 12:20:20 +0530
commitb127315d9a78c011c011b88b92f650510edcfbd2 (patch)
treeb14d7e7e20e4d89d04f5b3840535b2bc2df4b059 /drivers/dma/Makefile
parent873971f8fb080d9d65865650fb43d5b9ee9a0d5d (diff)
downloadlinux-b127315d9a78c011c011b88b92f650510edcfbd2.tar.gz
linux-b127315d9a78c011c011b88b92f650510edcfbd2.tar.bz2
linux-b127315d9a78c011c011b88b92f650510edcfbd2.zip
dmaengine: apple-admac: Add Apple ADMAC driver
Add driver for Audio DMA Controller present on Apple SoCs from the "Apple Silicon" family. Signed-off-by: Martin Povišer <povik+lin@cutebit.org> Link: https://lore.kernel.org/r/20220531213615.7822-3-povik+lin@cutebit.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r--drivers/dma/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile
index 2f1b87ffd7ab..10f7d4241001 100644
--- a/drivers/dma/Makefile
+++ b/drivers/dma/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_ALTERA_MSGDMA) += altera-msgdma.o
obj-$(CONFIG_AMBA_PL08X) += amba-pl08x.o
obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += ppc4xx/
obj-$(CONFIG_AMD_PTDMA) += ptdma/
+obj-$(CONFIG_APPLE_ADMAC) += apple-admac.o
obj-$(CONFIG_AT_HDMAC) += at_hdmac.o
obj-$(CONFIG_AT_XDMAC) += at_xdmac.o
obj-$(CONFIG_AXI_DMAC) += dma-axi-dmac.o