xref: /linux/drivers/phy/renesas/Kconfig (revision 7c7356bab8e85c8d2e335752dcb89d94fe10d660)
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
110b56e9a7SVivek Gautamconfig PHY_RCAR_GEN3_USB2
120b56e9a7SVivek Gautam	tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
130b56e9a7SVivek Gautam	depends on ARCH_RENESAS
140b56e9a7SVivek Gautam	depends on EXTCON
150b56e9a7SVivek Gautam	select GENERIC_PHY
160b56e9a7SVivek Gautam	help
170b56e9a7SVivek Gautam	  Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
18*7c7356baSYoshihiro Shimoda
19*7c7356baSYoshihiro Shimodaconfig PHY_RCAR_GEN3_USB3
20*7c7356baSYoshihiro Shimoda	tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
21*7c7356baSYoshihiro Shimoda	depends on ARCH_RENESAS || COMPILE_TEST
22*7c7356baSYoshihiro Shimoda	select GENERIC_PHY
23*7c7356baSYoshihiro Shimoda	help
24*7c7356baSYoshihiro Shimoda	  Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
25