1*0b56e9a7SVivek Gautam# 2*0b56e9a7SVivek Gautam# Phy drivers for Amlogic platforms 3*0b56e9a7SVivek Gautam# 4*0b56e9a7SVivek Gautamconfig PHY_MESON8B_USB2 5*0b56e9a7SVivek Gautam tristate "Meson8b and GXBB USB2 PHY driver" 6*0b56e9a7SVivek Gautam default ARCH_MESON 7*0b56e9a7SVivek Gautam depends on OF && (ARCH_MESON || COMPILE_TEST) 8*0b56e9a7SVivek Gautam depends on USB_SUPPORT 9*0b56e9a7SVivek Gautam select USB_COMMON 10*0b56e9a7SVivek Gautam select GENERIC_PHY 11*0b56e9a7SVivek Gautam help 12*0b56e9a7SVivek Gautam Enable this to support the Meson USB2 PHYs found in Meson8b 13*0b56e9a7SVivek Gautam and GXBB SoCs. 14*0b56e9a7SVivek Gautam If unsure, say N. 15