blob: 6bfb79cbcad36395cd4d0eda6cde3fe5adcd14bf [file] [log] [blame]
Jagan Teki67685942018-05-07 13:03:26 +05301#
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.
Samuel Holland7f899da2021-07-05 13:29:01 +010014
15config PHY_SUN50I_USB3
16 bool "Allwinner sun50i USB3 PHY driver"
17 depends on ARCH_SUNXI
18 select PHY
19 help
20 Enable this to support the USB3 transceiver that is part of
21 Allwinner sun50i SoCs.