drivers/phy/ti/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/phy/ti/Makefile
Extension
[no extension]
Size
520 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/phy
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_PHY_DA8XX_USB)		+= phy-da8xx-usb.o
obj-$(CONFIG_PHY_DM816X_USB)		+= phy-dm816x-usb.o
obj-$(CONFIG_OMAP_CONTROL_PHY)		+= phy-omap-control.o
obj-$(CONFIG_OMAP_USB2)			+= phy-omap-usb2.o
obj-$(CONFIG_TI_PIPE3)			+= phy-ti-pipe3.o
obj-$(CONFIG_PHY_TUSB1210)		+= phy-tusb1210.o
obj-$(CONFIG_TWL4030_USB)		+= phy-twl4030-usb.o
obj-$(CONFIG_PHY_AM654_SERDES)		+= phy-am654-serdes.o
obj-$(CONFIG_PHY_TI_GMII_SEL)		+= phy-gmii-sel.o
obj-$(CONFIG_PHY_J721E_WIZ)		+= phy-j721e-wiz.o

Annotation

Implementation Notes