xref: /openbmc/linux/drivers/phy/starfive/Kconfig (revision 16d3a71c)
1*16d3a71cSMinda Chen# SPDX-License-Identifier: GPL-2.0-only
2*16d3a71cSMinda Chen#
3*16d3a71cSMinda Chen# Phy drivers for StarFive platforms
4*16d3a71cSMinda Chen#
5*16d3a71cSMinda Chen
6*16d3a71cSMinda Chenconfig PHY_STARFIVE_JH7110_USB
7*16d3a71cSMinda Chen	tristate "Starfive JH7110 USB 2.0 PHY support"
8*16d3a71cSMinda Chen	depends on USB_SUPPORT
9*16d3a71cSMinda Chen	select GENERIC_PHY
10*16d3a71cSMinda Chen	help
11*16d3a71cSMinda Chen	  Enable this to support the StarFive USB 2.0 PHY,
12*16d3a71cSMinda Chen	  used with the Cadence USB controller.
13*16d3a71cSMinda Chen	  If M is selected, the module will be called
14*16d3a71cSMinda Chen	  phy-jh7110-usb.ko.
15