summaryrefslogtreecommitdiff
path: root/drivers/phy/canaan/Kconfig
blob: 1ff8831846d564c550285163804c624039035987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.