diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2018-04-25 10:45:03 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-04-25 11:26:21 +0200 |
commit | d88b1397c674178e595319fab4a3cd434c915639 (patch) | |
tree | c8598cfe8938b099af480888e923618033ddcea1 /drivers/dma/ti/Makefile | |
parent | Linux 4.17-rc1 (diff) | |
download | linux-d88b1397c674178e595319fab4a3cd434c915639.tar.xz linux-d88b1397c674178e595319fab4a3cd434c915639.zip |
dmaengine: ti: New directory for Texas Instruments DMA drivers
Collect the Texas Instruments DMA drivers under drivers/dma/ti/
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/ti/Makefile')
-rw-r--r-- | drivers/dma/ti/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/dma/ti/Makefile b/drivers/dma/ti/Makefile new file mode 100644 index 000000000000..113e59ec9c32 --- /dev/null +++ b/drivers/dma/ti/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 +obj-$(CONFIG_TI_CPPI41) += cppi41.o +obj-$(CONFIG_TI_EDMA) += edma.o +obj-$(CONFIG_DMA_OMAP) += omap-dma.o +obj-$(CONFIG_TI_DMA_CROSSBAR) += dma-crossbar.o |