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 Socionext platforms.
#

config CONFIG_PHY_UNIPHIER_USB2
	tristate "UniPhier USB2 PHY driver"
	depends on CONFIG_ARCH_UNIPHIER || CONFIG_COMPILE_TEST
	depends on CONFIG_OF && CONFIG_HAS_IOMEM
	select CONFIG_GENERIC_PHY
	select CONFIG_MFD_SYSCON
	help
	  Enable this to support CONFIG_USB PHY implemented on USB2 controller
	  on UniPhier SoCs. This driver provides interface to interact
	  with CONFIG_USB 2.0 PHY that is part of the UniPhier SoC.
	  In case of Pro4, it is necessary to specify this USB2 PHY instead
	  of USB3 HS-PHY.

config CONFIG_PHY_UNIPHIER_USB3
	tristate "UniPhier USB3 PHY driver"
	depends on CONFIG_ARCH_UNIPHIER || CONFIG_COMPILE_TEST
	depends on CONFIG_OF && CONFIG_HAS_IOMEM
	select CONFIG_GENERIC_PHY
	help
	  Enable this to support CONFIG_USB PHY implemented in USB3 controller
	  on UniPhier SoCs. This controller supports USB3.0 and lower speed.

config CONFIG_PHY_UNIPHIER_PCIE
	tristate "Uniphier PHY driver for PCIe controller"
	depends on CONFIG_ARCH_UNIPHIER || CONFIG_COMPILE_TEST
	depends on CONFIG_OF && CONFIG_HAS_IOMEM
	default CONFIG_PCIE_UNIPHIER
	select CONFIG_GENERIC_PHY
	help
	  Enable this to support PHY implemented in PCIe controller
	  on UniPhier SoCs. This driver supports LD20 and PXs3 SoCs.