xref: /openbmc/linux/drivers/phy/amlogic/Kconfig (revision 4a3449d1)
10b56e9a7SVivek Gautam#
20b56e9a7SVivek Gautam# Phy drivers for Amlogic platforms
30b56e9a7SVivek Gautam#
40b56e9a7SVivek Gautamconfig PHY_MESON8B_USB2
5*4a3449d1SMartin 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
12*4a3449d1SMartin Blumenstingl	  Enable this to support the Meson USB2 PHYs found in Meson8,
13*4a3449d1SMartin 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 USB_COMMON
22697b373cSMartin Blumenstingl	select GENERIC_PHY
23697b373cSMartin Blumenstingl	select REGMAP_MMIO
24697b373cSMartin Blumenstingl	help
25697b373cSMartin Blumenstingl	  Enable this to support the Meson USB2 PHYs found in Meson
26697b373cSMartin Blumenstingl	  GXL and GXM SoCs.
27697b373cSMartin Blumenstingl	  If unsure, say N.
28