linux/drivers/phy/canaan/Kconfig
Jiayu Du 8787fa1da6 phy: usb: Add driver for Canaan K230 USB 2.0 PHY
Add driver for the USB 2.0 PHY in Canaan K230 SoC, which supports PHY
initialization and power management.

Add Kconfig/Makefile under drivers/phy/canaan/.

Signed-off-by: Jiayu Du <jiayu.riscv@isrc.iscas.ac.cn>
Link: https://patch.msgid.link/20260121145526.14672-4-jiayu.riscv@isrc.iscas.ac.cn
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2026-02-27 19:56:35 +05:30

15 lines
454 B
Plaintext

# 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.