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