drivers/net/phy/realtek/Kconfig

Source file repositories/reference/linux-study-clean/drivers/net/phy/realtek/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/net/phy/realtek/Kconfig
Extension
[no extension]
Size
381 bytes
Lines
17
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-only
config REALTEK_PHY
	tristate "Realtek PHYs"
	select PHY_PACKAGE
	help
	  Currently supports RTL821x/RTL822x and fast ethernet PHYs

if REALTEK_PHY

config REALTEK_PHY_HWMON
	bool "HWMON support for Realtek PHYs"
	depends on HWMON && !(REALTEK_PHY=y && HWMON=m)
	help
	  Optional hwmon support for the temperature sensor

endif # REALTEK_PHY

Annotation

Implementation Notes