1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for StarFive platforms 4# 5 6config PHY_STARFIVE_JH7110_DPHY_RX 7 tristate "StarFive JH7110 D-PHY RX support" 8 select GENERIC_PHY 9 select GENERIC_PHY_MIPI_DPHY 10 help 11 Choose this option if you have a StarFive D-PHY in your 12 system. If M is selected, the module will be called 13 phy-jh7110-dphy-rx.ko. 14 15config PHY_STARFIVE_JH7110_PCIE 16 tristate "Starfive JH7110 PCIE 2.0/USB 3.0 PHY support" 17 depends on HAS_IOMEM 18 select GENERIC_PHY 19 help 20 Enable this to support the StarFive PCIe 2.0 PHY, 21 or used as USB 3.0 PHY. 22 If M is selected, the module will be called 23 phy-jh7110-pcie.ko. 24 25config PHY_STARFIVE_JH7110_USB 26 tristate "Starfive JH7110 USB 2.0 PHY support" 27 depends on USB_SUPPORT 28 select GENERIC_PHY 29 help 30 Enable this to support the StarFive USB 2.0 PHY, 31 used with the Cadence USB controller. 32 If M is selected, the module will be called 33 phy-jh7110-usb.ko. 34