162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Phy drivers for Renesas platforms
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci# NOTE: Please sorted config names alphabetically.
662306a36Sopenharmony_ciconfig PHY_R8A779F0_ETHERNET_SERDES
762306a36Sopenharmony_ci	tristate "Renesas R-Car S4-8 Ethernet SERDES driver"
862306a36Sopenharmony_ci	depends on ARCH_RENESAS || COMPILE_TEST
962306a36Sopenharmony_ci	select GENERIC_PHY
1062306a36Sopenharmony_ci	help
1162306a36Sopenharmony_ci	  Support for Ethernet SERDES found on Renesas R-Car S4-8 SoCs.
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciconfig PHY_RCAR_GEN2
1462306a36Sopenharmony_ci	tristate "Renesas R-Car generation 2 USB PHY driver"
1562306a36Sopenharmony_ci	depends on ARCH_RENESAS
1662306a36Sopenharmony_ci	depends on GENERIC_PHY
1762306a36Sopenharmony_ci	help
1862306a36Sopenharmony_ci	  Support for USB PHY found on Renesas R-Car generation 2 SoCs.
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ciconfig PHY_RCAR_GEN3_PCIE
2162306a36Sopenharmony_ci	tristate "Renesas R-Car generation 3 PCIe PHY driver"
2262306a36Sopenharmony_ci	depends on ARCH_RENESAS
2362306a36Sopenharmony_ci	select GENERIC_PHY
2462306a36Sopenharmony_ci	help
2562306a36Sopenharmony_ci	  Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs.
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ciconfig PHY_RCAR_GEN3_USB2
2862306a36Sopenharmony_ci	tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
2962306a36Sopenharmony_ci	depends on ARCH_RENESAS
3062306a36Sopenharmony_ci	depends on EXTCON || !EXTCON # if EXTCON=m, this cannot be built-in
3162306a36Sopenharmony_ci	depends on USB_SUPPORT
3262306a36Sopenharmony_ci	select GENERIC_PHY
3362306a36Sopenharmony_ci	select USB_COMMON
3462306a36Sopenharmony_ci	help
3562306a36Sopenharmony_ci	  Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
3662306a36Sopenharmony_ci
3762306a36Sopenharmony_ciconfig PHY_RCAR_GEN3_USB3
3862306a36Sopenharmony_ci	tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
3962306a36Sopenharmony_ci	depends on ARCH_RENESAS || COMPILE_TEST
4062306a36Sopenharmony_ci	select GENERIC_PHY
4162306a36Sopenharmony_ci	help
4262306a36Sopenharmony_ci	  Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
43