drivers/phy/sophgo/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/phy/sophgo/Kconfig
Extension
[no extension]
Size
444 bytes
Lines
20
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
#
# Phy drivers for Sophgo platforms
#

if ARCH_SOPHGO || COMPILE_TEST

config PHY_SOPHGO_CV1800_USB2
	tristate "Sophgo CV18XX/SG200X USB 2.0 PHY support"
	depends on MFD_SYSCON
	depends on USB_SUPPORT
	select GENERIC_PHY
	help
	  Enable this to support the USB 2.0 PHY used with
	  the DWC2 USB controller in Sophgo CV18XX/SG200X
	  series SoC.
	  If unsure, say N.

endif # ARCH_SOPHGO || COMPILE_TEST

Annotation

Implementation Notes