10b56e9a7SVivek Gautam# 20b56e9a7SVivek Gautam# Phy drivers for Renesas platforms 30b56e9a7SVivek Gautam# 40b56e9a7SVivek Gautamconfig PHY_RCAR_GEN2 50b56e9a7SVivek Gautam tristate "Renesas R-Car generation 2 USB PHY driver" 60b56e9a7SVivek Gautam depends on ARCH_RENESAS 70b56e9a7SVivek Gautam depends on GENERIC_PHY 80b56e9a7SVivek Gautam help 90b56e9a7SVivek Gautam Support for USB PHY found on Renesas R-Car generation 2 SoCs. 100b56e9a7SVivek Gautam 11*2ce7f2f4SSergei Shtylyovconfig PHY_RCAR_GEN3_PCIE 12*2ce7f2f4SSergei Shtylyov tristate "Renesas R-Car generation 3 PCIe PHY driver" 13*2ce7f2f4SSergei Shtylyov depends on ARCH_RENESAS 14*2ce7f2f4SSergei Shtylyov select GENERIC_PHY 15*2ce7f2f4SSergei Shtylyov help 16*2ce7f2f4SSergei Shtylyov Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs. 17*2ce7f2f4SSergei Shtylyov 180b56e9a7SVivek Gautamconfig PHY_RCAR_GEN3_USB2 190b56e9a7SVivek Gautam tristate "Renesas R-Car generation 3 USB 2.0 PHY driver" 200b56e9a7SVivek Gautam depends on ARCH_RENESAS 210b56e9a7SVivek Gautam depends on EXTCON 222b88212cSArnd Bergmann depends on USB_SUPPORT 230b56e9a7SVivek Gautam select GENERIC_PHY 242b88212cSArnd Bergmann select USB_COMMON 250b56e9a7SVivek Gautam help 260b56e9a7SVivek Gautam Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs. 277c7356baSYoshihiro Shimoda 287c7356baSYoshihiro Shimodaconfig PHY_RCAR_GEN3_USB3 297c7356baSYoshihiro Shimoda tristate "Renesas R-Car generation 3 USB 3.0 PHY driver" 307c7356baSYoshihiro Shimoda depends on ARCH_RENESAS || COMPILE_TEST 317c7356baSYoshihiro Shimoda select GENERIC_PHY 327c7356baSYoshihiro Shimoda help 337c7356baSYoshihiro Shimoda Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs. 34