xref: /openbmc/linux/drivers/phy/starfive/Kconfig (revision ec6beb82)
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	depends on HAS_IOMEM
9	select GENERIC_PHY
10	select GENERIC_PHY_MIPI_DPHY
11	help
12	  Choose this option if you have a StarFive D-PHY in your
13	  system. If M is selected, the module will be called
14	  phy-jh7110-dphy-rx.ko.
15
16config PHY_STARFIVE_JH7110_PCIE
17	tristate "Starfive JH7110 PCIE 2.0/USB 3.0 PHY support"
18	depends on HAS_IOMEM
19	select GENERIC_PHY
20	help
21	  Enable this to support the StarFive PCIe 2.0 PHY,
22	  or used as USB 3.0 PHY.
23	  If M is selected, the module will be called
24	  phy-jh7110-pcie.ko.
25
26config PHY_STARFIVE_JH7110_USB
27	tristate "Starfive JH7110 USB 2.0 PHY support"
28	depends on USB_SUPPORT
29	select GENERIC_PHY
30	help
31	  Enable this to support the StarFive USB 2.0 PHY,
32	  used with the Cadence USB controller.
33	  If M is selected, the module will be called
34	  phy-jh7110-usb.ko.
35