Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Phy drivers for Renesas platforms
0004 #
0005 config PHY_RCAR_GEN2
0006         tristate "Renesas R-Car generation 2 USB PHY driver"
0007         depends on ARCH_RENESAS
0008         depends on GENERIC_PHY
0009         help
0010           Support for USB PHY found on Renesas R-Car generation 2 SoCs.
0011 
0012 config PHY_RCAR_GEN3_PCIE
0013         tristate "Renesas R-Car generation 3 PCIe PHY driver"
0014         depends on ARCH_RENESAS
0015         select GENERIC_PHY
0016         help
0017           Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs.
0018 
0019 config PHY_RCAR_GEN3_USB2
0020         tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
0021         depends on ARCH_RENESAS
0022         depends on EXTCON || !EXTCON # if EXTCON=m, this cannot be built-in
0023         depends on USB_SUPPORT
0024         select GENERIC_PHY
0025         select USB_COMMON
0026         help
0027           Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
0028 
0029 config PHY_RCAR_GEN3_USB3
0030         tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
0031         depends on ARCH_RENESAS || COMPILE_TEST
0032         select GENERIC_PHY
0033         help
0034           Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.