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 TI platforms
#
config CONFIG_PHY_DA8XX_USB
	tristate "TI DA8xx USB PHY Driver"
	depends on CONFIG_ARCH_DAVINCI_DA8XX
	select CONFIG_GENERIC_PHY
	select CONFIG_MFD_SYSCON
	help
	  Enable this to support the CONFIG_USB PHY on DA8xx SoCs.

	  This driver controls both the CONFIG_USB 1.1 PHY and the CONFIG_USB 2.0 PHY.

config CONFIG_PHY_DM816X_USB
	tristate "TI dm816x USB PHY driver"
	depends on CONFIG_ARCH_OMAP2PLUS
	depends on CONFIG_USB_SUPPORT
	select CONFIG_GENERIC_PHY
	select CONFIG_USB_PHY
	help
	  Enable this for dm816x CONFIG_USB to work.

config CONFIG_PHY_AM654_SERDES
	tristate "TI AM654 SERDES support"
	depends on CONFIG_OF && CONFIG_ARCH_K3 || CONFIG_COMPILE_TEST
	depends on CONFIG_COMMON_CLK
	select CONFIG_GENERIC_PHY
	select CONFIG_MULTIPLEXER
	select CONFIG_REGMAP_MMIO
	select CONFIG_MUX_MMIO
	help
	  This option enables support for TI AM654 SerDes PHY used for
	  PCIe.

config CONFIG_OMAP_CONTROL_PHY
	tristate "OMAP CONTROL PHY Driver"
	depends on CONFIG_ARCH_OMAP2PLUS || CONFIG_COMPILE_TEST
	help
	  Enable this to add support for the PHY part present in the control
	  module. This driver has API to power on the USB2 PHY and to write to
	  the mailbox. The mailbox is present only in omap4 and the register to
	  power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
	  additional register to power on USB3 PHY/SATA PHY/PCIE PHY
	  (PIPE3 PHY).

config CONFIG_OMAP_USB2
	tristate "OMAP USB2 PHY Driver"
	depends on CONFIG_ARCH_OMAP2PLUS || CONFIG_ARCH_K3
	depends on CONFIG_USB_SUPPORT
	select CONFIG_GENERIC_PHY
	select CONFIG_USB_PHY
	select CONFIG_OMAP_CONTROL_PHY if CONFIG_ARCH_OMAP2PLUS || CONFIG_COMPILE_TEST
	help
	  Enable this to support the transceiver that is part of SOC. This
	  driver takes care of all the PHY functionality apart from comparator.
	  The CONFIG_USB OTG controller communicates with the comparator using this
	  driver.

config CONFIG_TI_PIPE3
	tristate "TI PIPE3 PHY Driver"
	depends on CONFIG_ARCH_OMAP2PLUS || CONFIG_COMPILE_TEST
	select CONFIG_GENERIC_PHY
	select CONFIG_OMAP_CONTROL_PHY
	help
	  Enable this to support the PIPE3 PHY that is part of TI SOCs. This
	  driver takes care of all the PHY functionality apart from comparator.
	  This driver interacts with the "OMAP Control PHY Driver" to power
	  on/off the PHY.

config CONFIG_PHY_TUSB1210
	tristate "TI TUSB1210 ULPI PHY module"
	depends on CONFIG_USB_ULPI_BUS
	select CONFIG_GENERIC_PHY
	help
	  Support for TI TUSB1210 CONFIG_USB ULPI PHY.

config CONFIG_TWL4030_USB
	tristate "TWL4030 USB Transceiver Driver"
	depends on CONFIG_TWL4030_CORE && CONFIG_REGULATOR_TWL4030 && CONFIG_USB_MUSB_OMAP2PLUS
	depends on CONFIG_USB_SUPPORT
	depends on CONFIG_USB_GADGET || !CONFIG_USB_GADGET # if CONFIG_USB_GADGET=m, this can't 'y'
	select CONFIG_GENERIC_PHY
	select CONFIG_USB_PHY
	help
	  Enable this to support the CONFIG_USB OTG transceiver on TWL4030
	  family chips (including the TWL5030 and TPS659x0 devices).
	  This transceiver supports high and full speed devices plus,
	  in host mode, low speed.

config CONFIG_PHY_TI_GMII_SEL
	tristate
	default y if CONFIG_TI_CPSW=y
	depends on CONFIG_TI_CPSW || CONFIG_COMPILE_TEST
	select CONFIG_GENERIC_PHY
	select CONFIG_REGMAP
	default m
	help
	  This driver supports configuring of the TI CPSW Port mode depending on
	  the Ethernet PHY connected to the CPSW Port.