18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Phy drivers for Renesas platforms 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ciconfig PHY_RCAR_GEN2 68c2ecf20Sopenharmony_ci tristate "Renesas R-Car generation 2 USB PHY driver" 78c2ecf20Sopenharmony_ci depends on ARCH_RENESAS 88c2ecf20Sopenharmony_ci depends on GENERIC_PHY 98c2ecf20Sopenharmony_ci help 108c2ecf20Sopenharmony_ci Support for USB PHY found on Renesas R-Car generation 2 SoCs. 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciconfig PHY_RCAR_GEN3_PCIE 138c2ecf20Sopenharmony_ci tristate "Renesas R-Car generation 3 PCIe PHY driver" 148c2ecf20Sopenharmony_ci depends on ARCH_RENESAS 158c2ecf20Sopenharmony_ci select GENERIC_PHY 168c2ecf20Sopenharmony_ci help 178c2ecf20Sopenharmony_ci Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs. 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ciconfig PHY_RCAR_GEN3_USB2 208c2ecf20Sopenharmony_ci tristate "Renesas R-Car generation 3 USB 2.0 PHY driver" 218c2ecf20Sopenharmony_ci depends on ARCH_RENESAS 228c2ecf20Sopenharmony_ci depends on EXTCON || !EXTCON # if EXTCON=m, this cannot be built-in 238c2ecf20Sopenharmony_ci depends on USB_SUPPORT 248c2ecf20Sopenharmony_ci select GENERIC_PHY 258c2ecf20Sopenharmony_ci select USB_COMMON 268c2ecf20Sopenharmony_ci help 278c2ecf20Sopenharmony_ci Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs. 288c2ecf20Sopenharmony_ci 298c2ecf20Sopenharmony_ciconfig PHY_RCAR_GEN3_USB3 308c2ecf20Sopenharmony_ci tristate "Renesas R-Car generation 3 USB 3.0 PHY driver" 318c2ecf20Sopenharmony_ci depends on ARCH_RENESAS || COMPILE_TEST 328c2ecf20Sopenharmony_ci select GENERIC_PHY 338c2ecf20Sopenharmony_ci help 348c2ecf20Sopenharmony_ci Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs. 35