# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_PHY_TEGRA_XUSB[0m tristate "NVIDIA Tegra XUSB pad controller driver" depends on [31mCONFIG_ARCH_TEGRA[0m help Choose this option if you have an NVIDIA Tegra SoC. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called phy-tegra-xusb. config [31mCONFIG_PHY_TEGRA194_P2U[0m tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver" depends on [31mCONFIG_ARCH_TEGRA_194_SOC[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs. |