drivers/usb/typec/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/usb/typec/Makefile
Extension
[no extension]
Size
555 bytes
Lines
15
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)		+= typec.o
typec-y				:= class.o mux.o bus.o pd.o retimer.o mode_selection.o
typec-$(CONFIG_ACPI)		+= port-mapper.o
obj-$(CONFIG_TYPEC)		+= altmodes/
obj-$(CONFIG_TYPEC_TCPM)	+= tcpm/
obj-$(CONFIG_TYPEC_UCSI)	+= ucsi/
obj-$(CONFIG_TYPEC_TPS6598X)	+= tipd/
obj-$(CONFIG_TYPEC_ANX7411)	+= anx7411.o
obj-$(CONFIG_TYPEC_HD3SS3220)	+= hd3ss3220.o
obj-$(CONFIG_TYPEC_STUSB160X) 	+= stusb160x.o
obj-$(CONFIG_TYPEC_RT1719)	+= rt1719.o
obj-$(CONFIG_TYPEC_WUSB3801)	+= wusb3801.o
obj-$(CONFIG_TYPEC)		+= mux/

Annotation

Implementation Notes