1566b3884SKuninori Morimoto# SPDX-License-Identifier: GPL-2.0 20b56e9a7SVivek Gautam# 30b56e9a7SVivek Gautam# Phy drivers for Renesas platforms 40b56e9a7SVivek Gautam# 5*74285944SYoshihiro Shimoda# NOTE: Please sorted config names alphabetically. 6*74285944SYoshihiro Shimodaconfig PHY_R8A779F0_ETHERNET_SERDES 7*74285944SYoshihiro Shimoda tristate "Renesas R-Car S4-8 Ethernet SERDES driver" 8*74285944SYoshihiro Shimoda depends on ARCH_RENESAS || COMPILE_TEST 9*74285944SYoshihiro Shimoda select GENERIC_PHY 10*74285944SYoshihiro Shimoda help 11*74285944SYoshihiro Shimoda Support for Ethernet SERDES found on Renesas R-Car S4-8 SoCs. 12*74285944SYoshihiro Shimoda 130b56e9a7SVivek Gautamconfig PHY_RCAR_GEN2 140b56e9a7SVivek Gautam tristate "Renesas R-Car generation 2 USB PHY driver" 150b56e9a7SVivek Gautam depends on ARCH_RENESAS 160b56e9a7SVivek Gautam depends on GENERIC_PHY 170b56e9a7SVivek Gautam help 180b56e9a7SVivek Gautam Support for USB PHY found on Renesas R-Car generation 2 SoCs. 190b56e9a7SVivek Gautam 202ce7f2f4SSergei Shtylyovconfig PHY_RCAR_GEN3_PCIE 212ce7f2f4SSergei Shtylyov tristate "Renesas R-Car generation 3 PCIe PHY driver" 222ce7f2f4SSergei Shtylyov depends on ARCH_RENESAS 232ce7f2f4SSergei Shtylyov select GENERIC_PHY 242ce7f2f4SSergei Shtylyov help 252ce7f2f4SSergei Shtylyov Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs. 262ce7f2f4SSergei Shtylyov 270b56e9a7SVivek Gautamconfig PHY_RCAR_GEN3_USB2 280b56e9a7SVivek Gautam tristate "Renesas R-Car generation 3 USB 2.0 PHY driver" 290b56e9a7SVivek Gautam depends on ARCH_RENESAS 305d8042e9SBiju Das depends on EXTCON || !EXTCON # if EXTCON=m, this cannot be built-in 312b88212cSArnd Bergmann depends on USB_SUPPORT 320b56e9a7SVivek Gautam select GENERIC_PHY 332b88212cSArnd Bergmann select USB_COMMON 340b56e9a7SVivek Gautam help 350b56e9a7SVivek Gautam Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs. 367c7356baSYoshihiro Shimoda 377c7356baSYoshihiro Shimodaconfig PHY_RCAR_GEN3_USB3 387c7356baSYoshihiro Shimoda tristate "Renesas R-Car generation 3 USB 3.0 PHY driver" 397c7356baSYoshihiro Shimoda depends on ARCH_RENESAS || COMPILE_TEST 407c7356baSYoshihiro Shimoda select GENERIC_PHY 417c7356baSYoshihiro Shimoda help 427c7356baSYoshihiro Shimoda Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs. 43