116d3a71cSMinda Chen# SPDX-License-Identifier: GPL-2.0-only 216d3a71cSMinda Chen# 316d3a71cSMinda Chen# Phy drivers for StarFive platforms 416d3a71cSMinda Chen# 516d3a71cSMinda Chen 6*f8aa6608SChanghuang Liangconfig PHY_STARFIVE_JH7110_DPHY_RX 7*f8aa6608SChanghuang Liang tristate "StarFive JH7110 D-PHY RX support" 8*f8aa6608SChanghuang Liang select GENERIC_PHY 9*f8aa6608SChanghuang Liang select GENERIC_PHY_MIPI_DPHY 10*f8aa6608SChanghuang Liang help 11*f8aa6608SChanghuang Liang Choose this option if you have a StarFive D-PHY in your 12*f8aa6608SChanghuang Liang system. If M is selected, the module will be called 13*f8aa6608SChanghuang Liang phy-jh7110-dphy-rx.ko. 14*f8aa6608SChanghuang Liang 15fd097f48SMinda Chenconfig PHY_STARFIVE_JH7110_PCIE 16fd097f48SMinda Chen tristate "Starfive JH7110 PCIE 2.0/USB 3.0 PHY support" 17fd097f48SMinda Chen depends on HAS_IOMEM 18fd097f48SMinda Chen select GENERIC_PHY 19fd097f48SMinda Chen help 20fd097f48SMinda Chen Enable this to support the StarFive PCIe 2.0 PHY, 21fd097f48SMinda Chen or used as USB 3.0 PHY. 22fd097f48SMinda Chen If M is selected, the module will be called 23fd097f48SMinda Chen phy-jh7110-pcie.ko. 24fd097f48SMinda Chen 2516d3a71cSMinda Chenconfig PHY_STARFIVE_JH7110_USB 2616d3a71cSMinda Chen tristate "Starfive JH7110 USB 2.0 PHY support" 2716d3a71cSMinda Chen depends on USB_SUPPORT 2816d3a71cSMinda Chen select GENERIC_PHY 2916d3a71cSMinda Chen help 3016d3a71cSMinda Chen Enable this to support the StarFive USB 2.0 PHY, 3116d3a71cSMinda Chen used with the Cadence USB controller. 3216d3a71cSMinda Chen If M is selected, the module will be called 3316d3a71cSMinda Chen phy-jh7110-usb.ko. 34