blob: d3ff82f73a0041feb64964b9d17c46377f4db60f [file] [log] [blame]
Jagan Tekid3c38282018-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
Samuel Hollandc70137c2021-09-12 09:22:42 -05007 select DM_REGULATOR
Jagan Tekid3c38282018-05-07 13:03:26 +05308 select PHY
9 help
10 Enable this to support the transceiver that is part of Allwinner
11 sunxi SoCs.
12
13 This driver controls the entire USB PHY block, both the USB OTG
14 parts, as well as the 2 regular USB 2 host PHYs.
Samuel Holland208d99e2021-07-05 13:29:01 +010015
16config PHY_SUN50I_USB3
17 bool "Allwinner sun50i USB3 PHY driver"
18 depends on ARCH_SUNXI
19 select PHY
20 help
21 Enable this to support the USB3 transceiver that is part of
22 Allwinner sun50i SoCs.