Kconfig (023265ed75d8792ca1d555430a8985511d3f8788) | Kconfig (203b7ee14d3a38f1b8c44dd86ce0313d8fc4107d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for Allwinner platforms 4# 5config PHY_SUN4I_USB 6 tristate "Allwinner sunxi SoC USB PHY driver" 7 depends on ARCH_SUNXI || COMPILE_TEST 8 depends on HAS_IOMEM --- 34 unchanged lines hidden (view full) --- 43 help 44 Enable this to support the transceiver that is part of Allwinner 45 sun9i SoCs. 46 47 This driver controls each individual USB 2 host PHY. 48 49config PHY_SUN50I_USB3 50 tristate "Allwinner H6 SoC USB3 PHY driver" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for Allwinner platforms 4# 5config PHY_SUN4I_USB 6 tristate "Allwinner sunxi SoC USB PHY driver" 7 depends on ARCH_SUNXI || COMPILE_TEST 8 depends on HAS_IOMEM --- 34 unchanged lines hidden (view full) --- 43 help 44 Enable this to support the transceiver that is part of Allwinner 45 sun9i SoCs. 46 47 This driver controls each individual USB 2 host PHY. 48 49config PHY_SUN50I_USB3 50 tristate "Allwinner H6 SoC USB3 PHY driver" |
51 depends on ARCH_SUNXI && HAS_IOMEM && OF | 51 depends on ARCH_SUNXI || COMPILE_TEST 52 depends on HAS_IOMEM && OF |
52 depends on RESET_CONTROLLER 53 select GENERIC_PHY 54 help 55 Enable this to support the USB3.0-capable transceiver that is 56 part of Allwinner H6 SoC. 57 58 This driver controls each individual USB 2+3 host PHY combo. | 53 depends on RESET_CONTROLLER 54 select GENERIC_PHY 55 help 56 Enable this to support the USB3.0-capable transceiver that is 57 part of Allwinner H6 SoC. 58 59 This driver controls each individual USB 2+3 host PHY combo. |