1*566b3884SKuninori Morimoto# SPDX-License-Identifier: GPL-2.0 20b56e9a7SVivek Gautam# 30b56e9a7SVivek Gautam# Phy drivers for Renesas platforms 40b56e9a7SVivek Gautam# 50b56e9a7SVivek Gautamconfig PHY_RCAR_GEN2 60b56e9a7SVivek Gautam tristate "Renesas R-Car generation 2 USB PHY driver" 70b56e9a7SVivek Gautam depends on ARCH_RENESAS 80b56e9a7SVivek Gautam depends on GENERIC_PHY 90b56e9a7SVivek Gautam help 100b56e9a7SVivek Gautam Support for USB PHY found on Renesas R-Car generation 2 SoCs. 110b56e9a7SVivek Gautam 122ce7f2f4SSergei Shtylyovconfig PHY_RCAR_GEN3_PCIE 132ce7f2f4SSergei Shtylyov tristate "Renesas R-Car generation 3 PCIe PHY driver" 142ce7f2f4SSergei Shtylyov depends on ARCH_RENESAS 152ce7f2f4SSergei Shtylyov select GENERIC_PHY 162ce7f2f4SSergei Shtylyov help 172ce7f2f4SSergei Shtylyov Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs. 182ce7f2f4SSergei Shtylyov 190b56e9a7SVivek Gautamconfig PHY_RCAR_GEN3_USB2 200b56e9a7SVivek Gautam tristate "Renesas R-Car generation 3 USB 2.0 PHY driver" 210b56e9a7SVivek Gautam depends on ARCH_RENESAS 220b56e9a7SVivek Gautam depends on EXTCON 232b88212cSArnd Bergmann depends on USB_SUPPORT 240b56e9a7SVivek Gautam select GENERIC_PHY 252b88212cSArnd Bergmann select USB_COMMON 260b56e9a7SVivek Gautam help 270b56e9a7SVivek Gautam Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs. 287c7356baSYoshihiro Shimoda 297c7356baSYoshihiro Shimodaconfig PHY_RCAR_GEN3_USB3 307c7356baSYoshihiro Shimoda tristate "Renesas R-Car generation 3 USB 3.0 PHY driver" 317c7356baSYoshihiro Shimoda depends on ARCH_RENESAS || COMPILE_TEST 327c7356baSYoshihiro Shimoda select GENERIC_PHY 337c7356baSYoshihiro Shimoda help 347c7356baSYoshihiro Shimoda Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs. 35