2 # Phy drivers for Allwinner platforms
5 tristate "Allwinner sunxi SoC USB PHY driver"
6 depends on ARCH_SUNXI && HAS_IOMEM && OF
7 depends on RESET_CONTROLLER
9 depends on POWER_SUPPLY
10 depends on USB_SUPPORT
14 Enable this to support the transceiver that is part of Allwinner
17 This driver controls the entire USB PHY block, both the USB OTG
18 parts, as well as the 2 regular USB 2 host PHYs.
20 config PHY_SUN6I_MIPI_DPHY
21 tristate "Allwinner A31 MIPI D-PHY Support"
22 depends on ARCH_SUNXI && HAS_IOMEM && OF
23 depends on RESET_CONTROLLER
25 select GENERIC_PHY_MIPI_DPHY
28 Choose this option if you have an Allwinner SoC with
29 MIPI-DSI support. If M is selected, the module will be
30 called sun6i_mipi_dphy.
33 tristate "Allwinner sun9i SoC USB PHY driver"
34 depends on ARCH_SUNXI && HAS_IOMEM && OF
35 depends on RESET_CONTROLLER
36 depends on USB_SUPPORT
40 Enable this to support the transceiver that is part of Allwinner
43 This driver controls each individual USB 2 host PHY.