1 # SPDX-License-Identifier: GPL-2.0-only
3 # Phy drivers for StarFive platforms
6 if ARCH_STARFIVE || COMPILE_TEST
8 config PHY_STARFIVE_JH7110_DPHY_RX
9 tristate "StarFive JH7110 D-PHY RX support"
12 select GENERIC_PHY_MIPI_DPHY
14 Choose this option if you have a StarFive D-PHY in your
15 system. If M is selected, the module will be called
16 phy-jh7110-dphy-rx.ko.
18 config PHY_STARFIVE_JH7110_DPHY_TX
19 tristate "StarFive JH7110 D-PHY TX Support"
22 select GENERIC_PHY_MIPI_DPHY
24 Choose this option if you have a StarFive D-PHY TX in your
25 system. If M is selected, the module will be called
26 phy-jh7110-dphy-tx.ko.
28 config PHY_STARFIVE_JH7110_PCIE
29 tristate "Starfive JH7110 PCIE 2.0/USB 3.0 PHY support"
33 Enable this to support the StarFive PCIe 2.0 PHY,
34 or used as USB 3.0 PHY.
35 If M is selected, the module will be called
38 config PHY_STARFIVE_JH7110_USB
39 tristate "Starfive JH7110 USB 2.0 PHY support"
40 depends on USB_SUPPORT
43 Enable this to support the StarFive USB 2.0 PHY,
44 used with the Cadence USB controller.
45 If M is selected, the module will be called
48 endif # ARCH_STARFIVE || COMPILE_TEST