drivers/soc/ti/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/soc/ti/Makefile
Extension
[no extension]
Size
529 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/soc
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
#
# TI Keystone SOC drivers
#
obj-$(CONFIG_KEYSTONE_NAVIGATOR_QMSS)	+= knav_qmss.o
knav_qmss-y := knav_qmss_queue.o knav_qmss_acc.o
obj-$(CONFIG_KEYSTONE_NAVIGATOR_DMA)	+= knav_dma.o
obj-$(CONFIG_AMX3_PM)			+= pm33xx.o
obj-$(CONFIG_WKUP_M3_IPC)		+= wkup_m3_ipc.o
obj-$(CONFIG_TI_SCI_INTA_MSI_DOMAIN)	+= ti_sci_inta_msi.o
obj-$(CONFIG_TI_K3_RINGACC)		+= k3-ringacc.o
obj-$(CONFIG_TI_K3_SOCINFO)		+= k3-socinfo.o
obj-$(CONFIG_TI_PRUSS)			+= pruss.o
obj-$(CONFIG_POWER_AVS_OMAP)		+= smartreflex.o

Annotation

Implementation Notes