116d3a71cSMinda Chen# SPDX-License-Identifier: GPL-2.0-only 216d3a71cSMinda Chen# 316d3a71cSMinda Chen# Phy drivers for StarFive platforms 416d3a71cSMinda Chen# 516d3a71cSMinda Chen 6*fd097f48SMinda Chenconfig PHY_STARFIVE_JH7110_PCIE 7*fd097f48SMinda Chen tristate "Starfive JH7110 PCIE 2.0/USB 3.0 PHY support" 8*fd097f48SMinda Chen depends on HAS_IOMEM 9*fd097f48SMinda Chen select GENERIC_PHY 10*fd097f48SMinda Chen help 11*fd097f48SMinda Chen Enable this to support the StarFive PCIe 2.0 PHY, 12*fd097f48SMinda Chen or used as USB 3.0 PHY. 13*fd097f48SMinda Chen If M is selected, the module will be called 14*fd097f48SMinda Chen phy-jh7110-pcie.ko. 15*fd097f48SMinda Chen 1616d3a71cSMinda Chenconfig PHY_STARFIVE_JH7110_USB 1716d3a71cSMinda Chen tristate "Starfive JH7110 USB 2.0 PHY support" 1816d3a71cSMinda Chen depends on USB_SUPPORT 1916d3a71cSMinda Chen select GENERIC_PHY 2016d3a71cSMinda Chen help 2116d3a71cSMinda Chen Enable this to support the StarFive USB 2.0 PHY, 2216d3a71cSMinda Chen used with the Cadence USB controller. 2316d3a71cSMinda Chen If M is selected, the module will be called 2416d3a71cSMinda Chen phy-jh7110-usb.ko. 25