Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / drivers / phy / tegra / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config PHY_TEGRA_XUSB
3         tristate "NVIDIA Tegra XUSB pad controller driver"
4         depends on ARCH_TEGRA
5         select USB_CONN_GPIO
6         select USB_PHY
7         help
8           Choose this option if you have an NVIDIA Tegra SoC.
9
10           To compile this driver as a module, choose M here: the module will
11           be called phy-tegra-xusb.
12
13 config PHY_TEGRA194_P2U
14         tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
15         depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
16         select GENERIC_PHY
17         help
18           Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.