mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
14 lines
346 B
Text
14 lines
346 B
Text
|
#
|
||
|
# Phy drivers for Allwinner platforms
|
||
|
#
|
||
|
config PHY_SUN4I_USB
|
||
|
bool "Allwinner Sun4I USB PHY driver"
|
||
|
depends on ARCH_SUNXI
|
||
|
select PHY
|
||
|
help
|
||
|
Enable this to support the transceiver that is part of Allwinner
|
||
|
sunxi SoCs.
|
||
|
|
||
|
This driver controls the entire USB PHY block, both the USB OTG
|
||
|
parts, as well as the 2 regular USB 2 host PHYs.
|