20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config PHY_TEGRA_XUSB3 tristate "NVIDIA Tegra XUSB pad controller driver"4 depends on ARCH_TEGRA && USB_SUPPORT5 select USB_COMMON6 select USB_CONN_GPIO7 select USB_PHY8 help9 Choose this option if you have an NVIDIA Tegra SoC.10 11 To compile this driver as a module, choose M here: the module will12 be called phy-tegra-xusb.13 14config PHY_TEGRA194_P2U15 tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"16 depends on ARCH_TEGRA_194_SOC || COMPILE_TEST17 select GENERIC_PHY18 help19 Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.20