Jagan Teki | d3c3828 | 2018-05-07 13:03:26 +0530 | [diff] [blame] | 1 | # |
| 2 | # Phy drivers for Allwinner platforms |
| 3 | # |
| 4 | config PHY_SUN4I_USB |
| 5 | bool "Allwinner Sun4I USB PHY driver" |
| 6 | depends on ARCH_SUNXI |
Samuel Holland | c70137c | 2021-09-12 09:22:42 -0500 | [diff] [blame] | 7 | select DM_REGULATOR |
Jagan Teki | d3c3828 | 2018-05-07 13:03:26 +0530 | [diff] [blame] | 8 | 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 Holland | 208d99e | 2021-07-05 13:29:01 +0100 | [diff] [blame] | 15 | |
| 16 | config 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. |