xref: /linux/drivers/phy/tegra/Kconfig (revision f67213cee2b35fe169a723746b7f37debf20fa29)
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
5	select USB_CONN_GPIO
6	help
7	  Choose this option if you have an NVIDIA Tegra SoC.
8
9	  To compile this driver as a module, choose M here: the module will
10	  be called phy-tegra-xusb.
11
12config PHY_TEGRA194_P2U
13	tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
14	depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
15	select GENERIC_PHY
16	help
17	  Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.
18