drivers/dma/ti/Makefile

Source file repositories/reference/linux-study-clean/drivers/dma/ti/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/dma/ti/Makefile
Extension
[no extension]
Size
568 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/dma
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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_K3_UDMA) += k3-udma.o
obj-$(CONFIG_TI_K3_UDMA_GLUE_LAYER) += k3-udma-glue.o
k3-psil-lib-objs := k3-psil.o \
		    k3-psil-am654.o \
		    k3-psil-j721e.o \
		    k3-psil-j7200.o \
		    k3-psil-am64.o \
		    k3-psil-j721s2.o \
		    k3-psil-am62.o \
		    k3-psil-am62a.o \
		    k3-psil-j784s4.o \
		    k3-psil-am62p.o
obj-$(CONFIG_TI_K3_PSIL) += k3-psil-lib.o
obj-$(CONFIG_TI_DMA_CROSSBAR) += dma-crossbar.o

Annotation

Implementation Notes