Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# Phy drivers for STMicro platforms
#
config CONFIG_PHY_MIPHY28LP
	tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
	depends on CONFIG_ARCH_STI
	select CONFIG_GENERIC_PHY
	help
	  Enable this to support the miphy transceiver (for SATA/PCIE/USB3)
	  that is part of STMicroelectronics STiH407 SoC.

config CONFIG_PHY_ST_SPEAR1310_MIPHY
	tristate "ST SPEAR1310-MIPHY driver"
	select CONFIG_GENERIC_PHY
	depends on CONFIG_MACH_SPEAR1310 || CONFIG_COMPILE_TEST
	help
	  Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.

config CONFIG_PHY_ST_SPEAR1340_MIPHY
	tristate "ST SPEAR1340-MIPHY driver"
	select CONFIG_GENERIC_PHY
	depends on CONFIG_MACH_SPEAR1340 || CONFIG_COMPILE_TEST
	help
	  Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.

config CONFIG_PHY_STIH407_USB
	tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family"
	depends on CONFIG_RESET_CONTROLLER
	depends on CONFIG_ARCH_STI || CONFIG_COMPILE_TEST
	select CONFIG_GENERIC_PHY
	help
	  Enable this support to enable the picoPHY device used by USB2
	  and USB3 controllers on STMicroelectronics STiH407 SoC families.

config CONFIG_PHY_STM32_USBPHYC
	tristate "STMicroelectronics STM32 USB HS PHY Controller driver"
	depends on CONFIG_ARCH_STM32 || CONFIG_COMPILE_TEST
	select CONFIG_GENERIC_PHY
	help
	  Enable this to support the High-Speed CONFIG_USB transceivers that are part
	  of some STMicroelectronics STM32 SoCs.

	  This driver controls the entire CONFIG_USB PHY block: the CONFIG_USB PHY controller
	  (USBPHYC) and the two 8-bit wide UTMI+ interfaces. First interface is
	  used by an HS CONFIG_USB Host controller, and the second one is shared
	  between an HS CONFIG_USB OTG controller and an HS CONFIG_USB Host controller,
	  selected by a CONFIG_USB switch.