xref: /linux/drivers/phy/renesas/Kconfig (revision 2b88212c4cc67ff33dec5bb4d690044b97a5f979)
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
15*2b88212cSArnd Bergmann	depends on USB_SUPPORT
160b56e9a7SVivek Gautam	select GENERIC_PHY
17*2b88212cSArnd Bergmann	select USB_COMMON
180b56e9a7SVivek Gautam	help
190b56e9a7SVivek Gautam	  Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
207c7356baSYoshihiro Shimoda
217c7356baSYoshihiro Shimodaconfig PHY_RCAR_GEN3_USB3
227c7356baSYoshihiro Shimoda	tristate "Renesas R-Car generation 3 USB 3.0 PHY driver"
237c7356baSYoshihiro Shimoda	depends on ARCH_RENESAS || COMPILE_TEST
247c7356baSYoshihiro Shimoda	select GENERIC_PHY
257c7356baSYoshihiro Shimoda	help
267c7356baSYoshihiro Shimoda	  Support for USB 3.0 PHY found on Renesas R-Car generation 3 SoCs.
27