2018-05-07 07:33:26 +00:00
|
|
|
#
|
|
|
|
# Phy drivers for Allwinner platforms
|
|
|
|
#
|
|
|
|
config PHY_SUN4I_USB
|
|
|
|
bool "Allwinner Sun4I USB PHY driver"
|
|
|
|
depends on ARCH_SUNXI
|
2021-09-12 14:22:42 +00:00
|
|
|
select DM_REGULATOR
|
2018-05-07 07:33:26 +00:00
|
|
|
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.
|
2021-07-05 12:29:01 +00:00
|
|
|
|
2022-07-15 04:09:19 +00:00
|
|
|
config INITIAL_USB_SCAN_DELAY
|
|
|
|
int "Delay initial USB scan by x ms to allow builtin devices to init"
|
|
|
|
depends on PHY_SUN4I_USB
|
|
|
|
default 0
|
|
|
|
help
|
|
|
|
Some boards have on board usb devices which need longer than
|
|
|
|
the USB spec's 1 second to connect from board powerup. Set
|
|
|
|
this option to a nonzero value to add an extra delay before
|
|
|
|
the first USB bus scan.
|
|
|
|
|
2021-07-05 12:29:01 +00:00
|
|
|
config PHY_SUN50I_USB3
|
|
|
|
bool "Allwinner sun50i USB3 PHY driver"
|
|
|
|
depends on ARCH_SUNXI
|
|
|
|
select PHY
|
|
|
|
help
|
|
|
|
Enable this to support the USB3 transceiver that is part of
|
|
|
|
Allwinner sun50i SoCs.
|