# SPDX-License-Identifier: GPL-2.0-only # # Phy drivers for Allwinner platforms # config [31mCONFIG_PHY_SUN4I_USB[0m tristate "Allwinner sunxi SoC USB PHY driver" depends on [31mCONFIG_ARCH_SUNXI[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_HAS_IOMEM[0m depends on [31mCONFIG_RESET_CONTROLLER[0m depends on [31mCONFIG_EXTCON[0m depends on [31mCONFIG_POWER_SUPPLY[0m depends on [31mCONFIG_USB_SUPPORT[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_USB_COMMON[0m help Enable this to support the transceiver that is part of Allwinner sunxi SoCs. This driver controls the entire [31mCONFIG_USB[0m PHY block, both the [31mCONFIG_USB[0m OTG parts, as well as the 2 regular [31mCONFIG_USB[0m 2 host PHYs. config [31mCONFIG_PHY_SUN6I_MIPI_DPHY[0m tristate "Allwinner A31 MIPI D-PHY Support" depends on [31mCONFIG_ARCH_SUNXI[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_HAS_IOMEM[0m depends on [31mCONFIG_RESET_CONTROLLER[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_GENERIC_PHY_MIPI_DPHY[0m select [31mCONFIG_REGMAP_MMIO[0m help Choose this option if you have an Allwinner SoC with MIPI-DSI support. If [31mCONFIG_M[0m is selected, the module will be called sun6i_mipi_dphy. config [31mCONFIG_PHY_SUN9I_USB[0m tristate "Allwinner sun9i SoC USB PHY driver" depends on [31mCONFIG_ARCH_SUNXI[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_HAS_IOMEM[0m depends on [31mCONFIG_RESET_CONTROLLER[0m depends on [31mCONFIG_USB_SUPPORT[0m select [31mCONFIG_USB_COMMON[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the transceiver that is part of Allwinner sun9i SoCs. This driver controls each individual [31mCONFIG_USB[0m 2 host PHY. |