Linux Audio

Check our new training course

Embedded Linux training

Mar 31-Apr 8, 2025
Register
Loading...
v6.2
 1# SPDX-License-Identifier: GPL-2.0-only
 2config PHY_TEGRA_XUSB
 3	tristate "NVIDIA Tegra XUSB pad controller driver"
 4	depends on ARCH_TEGRA && USB_SUPPORT
 5	select USB_COMMON
 6	select USB_CONN_GPIO
 7	select USB_PHY
 8	help
 9	  Choose this option if you have an NVIDIA Tegra SoC.
10
11	  To compile this driver as a module, choose M here: the module will
12	  be called phy-tegra-xusb.
13
14config PHY_TEGRA194_P2U
15	tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
16	depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
17	select GENERIC_PHY
18	help
19	  Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.
v6.13.7
 1# SPDX-License-Identifier: GPL-2.0-only
 2config PHY_TEGRA_XUSB
 3	tristate "NVIDIA Tegra XUSB pad controller driver"
 4	depends on ARCH_TEGRA && USB_SUPPORT
 5	select USB_COMMON
 6	select USB_CONN_GPIO
 7	select USB_PHY
 8	help
 9	  Choose this option if you have an NVIDIA Tegra SoC.
10
11	  To compile this driver as a module, choose M here: the module will
12	  be called phy-tegra-xusb.
13
14config PHY_TEGRA194_P2U
15	tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
16	depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
17	select GENERIC_PHY
18	help
19	  Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.