mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
5d0c3533a1
This controller provides DMAengine capabilities for a variety of peripheral buses such as I2C, UART, and SPI. By using GPI dmaengine driver, bus drivers can use a standardize interface that is protocol independent to transfer data between memory and peripheral. Link: https://lore.kernel.org/r/20201109085450.24843-4-vkoul@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
8 lines
329 B
Makefile
8 lines
329 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_QCOM_ADM) += qcom_adm.o
|
|
obj-$(CONFIG_QCOM_BAM_DMA) += bam_dma.o
|
|
obj-$(CONFIG_QCOM_GPI_DMA) += gpi.o
|
|
obj-$(CONFIG_QCOM_HIDMA_MGMT) += hdma_mgmt.o
|
|
hdma_mgmt-objs := hidma_mgmt.o hidma_mgmt_sys.o
|
|
obj-$(CONFIG_QCOM_HIDMA) += hdma.o
|
|
hdma-objs := hidma_ll.o hidma.o hidma_dbg.o
|