drivers/usb/typec/tcpm/Makefile

Source file repositories/reference/linux-study-clean/drivers/usb/typec/tcpm/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/usb/typec/tcpm/Makefile
Extension
[no extension]
Size
517 bytes
Lines
13
Domain
Driver Families
Bucket
drivers/usb
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_TYPEC_TCPM)		+= tcpm.o
obj-$(CONFIG_TYPEC_FUSB302)		+= fusb302.o
obj-$(CONFIG_TYPEC_WCOVE)		+= typec_wcove.o
typec_wcove-y				:= wcove.o
obj-$(CONFIG_TYPEC_TCPCI)		+= tcpci.o
obj-$(CONFIG_TYPEC_RT1711H)		+= tcpci_rt1711h.o
obj-$(CONFIG_TYPEC_MT6360)		+= tcpci_mt6360.o
obj-$(CONFIG_TYPEC_TCPCI_MT6370)	+= tcpci_mt6370.o
obj-$(CONFIG_TYPEC_TCPCI_MAXIM)		+= tcpci_maxim.o
tcpci_maxim-y				+= tcpci_maxim_core.o maxim_contaminant.o
obj-$(CONFIG_TYPEC_QCOM_PMIC)		+= qcom/

Annotation

Implementation Notes