blob: 4bd390c79d214702044ed287c47194e82a1309b8 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001#
2# Phy drivers for Renesas platforms
3#
4config PHY_RCAR_GEN2
5 tristate "Renesas R-Car generation 2 USB PHY driver"
6 depends on ARCH_RENESAS
7 depends on GENERIC_PHY
8 help
9 Support for USB PHY found on Renesas R-Car generation 2 SoCs.
10
11config PHY_RCAR_GEN3_PCIE
12 tristate "Renesas R-Car generation 3 PCIe PHY driver"
13 depends on ARCH_RENESAS
14 select GENERIC_PHY
15 help
16 Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs.
17
18config PHY_RCAR_GEN3_USB2
19 tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
20 depends on ARCH_RENESAS
21 depends on EXTCON
22 depends on USB_SUPPORT
23 select GENERIC_PHY
24 select USB_COMMON
25 help
26 Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
27
28config PHY_RCAR_GEN3_USB3
29 tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
30 depends on ARCH_RENESAS || COMPILE_TEST
31 select GENERIC_PHY
32 help
33 Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.