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