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 Lantiq / Intel platforms
#
config CONFIG_PHY_LANTIQ_VRX200_PCIE
	tristate "Lantiq VRX200/ARX300 PCIe PHY"
	depends on CONFIG_SOC_TYPE_XWAY || CONFIG_COMPILE_TEST
	depends on CONFIG_OF && CONFIG_HAS_IOMEM
	select CONFIG_GENERIC_PHY
	select CONFIG_REGMAP_MMIO
	help
	  Support for the PCIe PHY(s) on the Lantiq / Intel VRX200 and ARX300
	  family SoCs.
	  If unsure, say N.

config CONFIG_PHY_LANTIQ_RCU_USB2
	tristate "Lantiq XWAY SoC RCU based USB PHY"
	depends on CONFIG_OF && (CONFIG_SOC_TYPE_XWAY || CONFIG_COMPILE_TEST)
	select CONFIG_GENERIC_PHY
	help
	  Support for the CONFIG_USB PHY(s) on the Lantiq / Intel XWAY family SoCs.