1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for StarFive platforms 4# 5 6config PHY_STARFIVE_JH7110_PCIE 7 tristate "Starfive JH7110 PCIE 2.0/USB 3.0 PHY support" 8 depends on HAS_IOMEM 9 select GENERIC_PHY 10 help 11 Enable this to support the StarFive PCIe 2.0 PHY, 12 or used as USB 3.0 PHY. 13 If M is selected, the module will be called 14 phy-jh7110-pcie.ko. 15 16config PHY_STARFIVE_JH7110_USB 17 tristate "Starfive JH7110 USB 2.0 PHY support" 18 depends on USB_SUPPORT 19 select GENERIC_PHY 20 help 21 Enable this to support the StarFive USB 2.0 PHY, 22 used with the Cadence USB controller. 23 If M is selected, the module will be called 24 phy-jh7110-usb.ko. 25