mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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>
15 lines
454 B
Plaintext
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.
|