drivers/phy/canaan/Kconfig

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

File Facts

System
Linux kernel
Corpus path
drivers/phy/canaan/Kconfig
Extension
[no extension]
Size
454 bytes
Lines
15
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 Canaan platforms
#
config PHY_CANAAN_USB
	tristate "Canaan USB2 PHY Driver"
	depends on (ARCH_CANAAN || COMPILE_TEST) && OF
	select GENERIC_PHY
	help
	Enable this driver to support the USB 2.0 PHY controller
	on Canaan K230 RISC-V SoCs. This PHY controller
	provides physical layer functionality for USB 2.0 devices.
	If you have a Canaan K230 board and need USB 2.0 support,
	say Y or M here.

Annotation

Implementation Notes