2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-11-11 18:24:21 +01:00
|
|
|
config PHY_TEGRA_XUSB
|
|
|
|
tristate "NVIDIA Tegra XUSB pad controller driver"
|
2020-03-30 12:10:38 +02:00
|
|
|
depends on ARCH_TEGRA && USB_SUPPORT
|
|
|
|
select USB_COMMON
|
2020-02-10 13:41:29 +05:30
|
|
|
select USB_CONN_GPIO
|
2020-03-18 15:23:33 +00:00
|
|
|
select USB_PHY
|
2015-11-11 18:24:21 +01:00
|
|
|
help
|
|
|
|
Choose this option if you have an NVIDIA Tegra SoC.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module will
|
|
|
|
be called phy-tegra-xusb.
|
2019-08-13 17:06:26 +05:30
|
|
|
|
|
|
|
config PHY_TEGRA194_P2U
|
|
|
|
tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
|
2025-05-08 10:50:21 +05:30
|
|
|
depends on ARCH_TEGRA || COMPILE_TEST
|
2019-08-13 17:06:26 +05:30
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
2024-11-30 16:25:19 -08:00
|
|
|
Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x
|
|
|
|
and 234 SOCs.
|