drivers/net/phy/qcom/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/net/phy/qcom/Makefile
Extension
[no extension]
Size
237 bytes
Lines
7
Domain
Driver Families
Bucket
drivers/net
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_QCOM_NET_PHYLIB)	+= qcom-phy-lib.o
obj-$(CONFIG_AT803X_PHY)	+= at803x.o
obj-$(CONFIG_QCA83XX_PHY)	+= qca83xx.o
obj-$(CONFIG_QCA808X_PHY)	+= qca808x.o
obj-$(CONFIG_QCA807X_PHY)	+= qca807x.o

Annotation

Implementation Notes