xref: /openbmc/u-boot/drivers/phy/allwinner/Kconfig (revision 326f98193e38b1f48b92a1daa90d8f46d15045a9)
1#
2# Phy drivers for Allwinner platforms
3#
4config PHY_SUN4I_USB
5	bool "Allwinner Sun4I USB PHY driver"
6	depends on ARCH_SUNXI
7	select PHY
8	help
9	  Enable this to support the transceiver that is part of Allwinner
10	  sunxi SoCs.
11
12	  This driver controls the entire USB PHY block, both the USB OTG
13	  parts, as well as the 2 regular USB 2 host PHYs.
14