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
config CONFIG_PHY_TEGRA_XUSB
	tristate "NVIDIA Tegra XUSB pad controller driver"
	depends on CONFIG_ARCH_TEGRA
	help
	  Choose this option if you have an NVIDIA Tegra SoC.

	  To compile this driver as a module, choose CONFIG_M here: the module will
	  be called phy-tegra-xusb.

config CONFIG_PHY_TEGRA194_P2U
	tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
	depends on CONFIG_ARCH_TEGRA_194_SOC || CONFIG_COMPILE_TEST
	select CONFIG_GENERIC_PHY
	help
	  Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.