drivers/usb/typec/mux/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/usb/typec/mux/Makefile
Extension
[no extension]
Size
529 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_MUX_FSA4480)		+= fsa4480.o
obj-$(CONFIG_TYPEC_MUX_GPIO_SBU)	+= gpio-sbu-mux.o
obj-$(CONFIG_TYPEC_MUX_PI3USB30532)	+= pi3usb30532.o
obj-$(CONFIG_TYPEC_MUX_INTEL_PMC)	+= intel_pmc_mux.o
obj-$(CONFIG_TYPEC_MUX_IT5205)		+= it5205.o
obj-$(CONFIG_TYPEC_MUX_NB7VPQ904M)	+= nb7vpq904m.o
obj-$(CONFIG_TYPEC_MUX_PS883X)		+= ps883x.o
obj-$(CONFIG_TYPEC_MUX_PTN36502)	+= ptn36502.o
obj-$(CONFIG_TYPEC_MUX_TUSB1046)	+= tusb1046.o
obj-$(CONFIG_TYPEC_MUX_WCD939X_USBSS)	+= wcd939x-usbss.o

Annotation

Implementation Notes