# SPDX-License-Identifier: GPL-2.0-only # # Phy drivers for STMicro platforms # config [31mCONFIG_PHY_MIPHY28LP[0m tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407" depends on [31mCONFIG_ARCH_STI[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the miphy transceiver (for SATA/PCIE/USB3) that is part of STMicroelectronics STiH407 SoC. config [31mCONFIG_PHY_ST_SPEAR1310_MIPHY[0m tristate "ST SPEAR1310-MIPHY driver" select [31mCONFIG_GENERIC_PHY[0m depends on [31mCONFIG_MACH_SPEAR1310[0m || [31mCONFIG_COMPILE_TEST[0m help Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA. config [31mCONFIG_PHY_ST_SPEAR1340_MIPHY[0m tristate "ST SPEAR1340-MIPHY driver" select [31mCONFIG_GENERIC_PHY[0m depends on [31mCONFIG_MACH_SPEAR1340[0m || [31mCONFIG_COMPILE_TEST[0m help Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA. config [31mCONFIG_PHY_STIH407_USB[0m tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family" depends on [31mCONFIG_RESET_CONTROLLER[0m depends on [31mCONFIG_ARCH_STI[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this support to enable the picoPHY device used by USB2 and USB3 controllers on STMicroelectronics STiH407 SoC families. config [31mCONFIG_PHY_STM32_USBPHYC[0m tristate "STMicroelectronics STM32 USB HS PHY Controller driver" depends on [31mCONFIG_ARCH_STM32[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the High-Speed [31mCONFIG_USB[0m transceivers that are part of some STMicroelectronics STM32 SoCs. This driver controls the entire [31mCONFIG_USB[0m PHY block: the [31mCONFIG_USB[0m PHY controller (USBPHYC) and the two 8-bit wide UTMI+ interfaces. First interface is used by an HS [31mCONFIG_USB[0m Host controller, and the second one is shared between an HS [31mCONFIG_USB[0m OTG controller and an HS [31mCONFIG_USB[0m Host controller, selected by a [31mCONFIG_USB[0m switch. |