xref: /linux/drivers/phy/amlogic/Kconfig (revision 115de9fd682ccdc6b7c3142287339dbada7a7807)
10b56e9a7SVivek Gautam#
20b56e9a7SVivek Gautam# Phy drivers for Amlogic platforms
30b56e9a7SVivek Gautam#
40b56e9a7SVivek Gautamconfig PHY_MESON8B_USB2
54a3449d1SMartin Blumenstingl	tristate "Meson8, Meson8b and GXBB USB2 PHY driver"
60b56e9a7SVivek Gautam	default ARCH_MESON
70b56e9a7SVivek Gautam	depends on OF && (ARCH_MESON || COMPILE_TEST)
80b56e9a7SVivek Gautam	depends on USB_SUPPORT
90b56e9a7SVivek Gautam	select USB_COMMON
100b56e9a7SVivek Gautam	select GENERIC_PHY
110b56e9a7SVivek Gautam	help
124a3449d1SMartin Blumenstingl	  Enable this to support the Meson USB2 PHYs found in Meson8,
134a3449d1SMartin Blumenstingl	  Meson8b and GXBB SoCs.
140b56e9a7SVivek Gautam	  If unsure, say N.
15697b373cSMartin Blumenstingl
16697b373cSMartin Blumenstinglconfig PHY_MESON_GXL_USB2
17697b373cSMartin Blumenstingl	tristate "Meson GXL and GXM USB2 PHY drivers"
18697b373cSMartin Blumenstingl	default ARCH_MESON
19697b373cSMartin Blumenstingl	depends on OF && (ARCH_MESON || COMPILE_TEST)
20697b373cSMartin Blumenstingl	depends on USB_SUPPORT
21697b373cSMartin Blumenstingl	select GENERIC_PHY
22697b373cSMartin Blumenstingl	select REGMAP_MMIO
23697b373cSMartin Blumenstingl	help
24697b373cSMartin Blumenstingl	  Enable this to support the Meson USB2 PHYs found in Meson
25697b373cSMartin Blumenstingl	  GXL and GXM SoCs.
26697b373cSMartin Blumenstingl	  If unsure, say N.
27*115de9fdSMartin Blumenstingl
28*115de9fdSMartin Blumenstinglconfig PHY_MESON_GXL_USB3
29*115de9fdSMartin Blumenstingl	tristate "Meson GXL and GXM USB3 PHY drivers"
30*115de9fdSMartin Blumenstingl	default ARCH_MESON
31*115de9fdSMartin Blumenstingl	depends on OF && (ARCH_MESON || COMPILE_TEST)
32*115de9fdSMartin Blumenstingl	depends on USB_SUPPORT
33*115de9fdSMartin Blumenstingl	select GENERIC_PHY
34*115de9fdSMartin Blumenstingl	select REGMAP_MMIO
35*115de9fdSMartin Blumenstingl	help
36*115de9fdSMartin Blumenstingl	  Enable this to support the Meson USB3 PHY and OTG detection
37*115de9fdSMartin Blumenstingl	  IP block found in Meson GXL and GXM SoCs.
38*115de9fdSMartin Blumenstingl	  If unsure, say N.
39