0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config PHY_TEGRA_XUSB
0003 tristate "NVIDIA Tegra XUSB pad controller driver"
0004 depends on ARCH_TEGRA && USB_SUPPORT
0005 select USB_COMMON
0006 select USB_CONN_GPIO
0007 select USB_PHY
0008 help
0009 Choose this option if you have an NVIDIA Tegra SoC.
0010
0011 To compile this driver as a module, choose M here: the module will
0012 be called phy-tegra-xusb.
0013
0014 config PHY_TEGRA194_P2U
0015 tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
0016 depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
0017 select GENERIC_PHY
0018 help
0019 Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.