10b56e9a7SVivek Gautam# 20b56e9a7SVivek Gautam# Phy drivers for Amlogic platforms 30b56e9a7SVivek Gautam# 40b56e9a7SVivek Gautamconfig PHY_MESON8B_USB2 50b56e9a7SVivek Gautam tristate "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 120b56e9a7SVivek Gautam Enable this to support the Meson USB2 PHYs found in Meson8b 130b56e9a7SVivek Gautam and GXBB SoCs. 140b56e9a7SVivek Gautam If unsure, say N. 15*697b373cSMartin Blumenstingl 16*697b373cSMartin Blumenstinglconfig PHY_MESON_GXL_USB2 17*697b373cSMartin Blumenstingl tristate "Meson GXL and GXM USB2 PHY drivers" 18*697b373cSMartin Blumenstingl default ARCH_MESON 19*697b373cSMartin Blumenstingl depends on OF && (ARCH_MESON || COMPILE_TEST) 20*697b373cSMartin Blumenstingl depends on USB_SUPPORT 21*697b373cSMartin Blumenstingl select USB_COMMON 22*697b373cSMartin Blumenstingl select GENERIC_PHY 23*697b373cSMartin Blumenstingl select REGMAP_MMIO 24*697b373cSMartin Blumenstingl help 25*697b373cSMartin Blumenstingl Enable this to support the Meson USB2 PHYs found in Meson 26*697b373cSMartin Blumenstingl GXL and GXM SoCs. 27*697b373cSMartin Blumenstingl If unsure, say N. 28