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