drivers/phy/hisilicon/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/phy/hisilicon/Makefile
Extension
[no extension]
Size
411 bytes
Lines
9
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-only
obj-$(CONFIG_PHY_HI6220_USB)		+= phy-hi6220-usb.o
obj-$(CONFIG_PHY_HI3660_USB)		+= phy-hi3660-usb3.o
obj-$(CONFIG_PHY_HI3670_USB)		+= phy-hi3670-usb3.o
obj-$(CONFIG_PHY_HI3670_PCIE)		+= phy-hi3670-pcie.o
obj-$(CONFIG_PHY_HISTB_COMBPHY)		+= phy-histb-combphy.o
obj-$(CONFIG_PHY_HISI_INNO_USB2)	+= phy-hisi-inno-usb2.o
obj-$(CONFIG_PHY_HIX5HD2_SATA)		+= phy-hix5hd2-sata.o

Annotation

Implementation Notes