2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-11-11 20:24:21 +03:00
|
|
|
config PHY_TEGRA_XUSB
|
|
|
|
tristate "NVIDIA Tegra XUSB pad controller driver"
|
2020-03-30 13:10:38 +03:00
|
|
|
depends on ARCH_TEGRA && USB_SUPPORT
|
|
|
|
select USB_COMMON
|
2020-02-10 11:11:29 +03:00
|
|
|
select USB_CONN_GPIO
|
2020-03-18 18:23:33 +03:00
|
|
|
select USB_PHY
|
2015-11-11 20:24:21 +03: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 14:36:26 +03:00
|
|
|
|
|
|
|
config PHY_TEGRA194_P2U
|
|
|
|
tristate "NVIDIA Tegra194 PIPE2UPHY PHY driver"
|
|
|
|
depends on ARCH_TEGRA_194_SOC || COMPILE_TEST
|
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the P2U (PIPE to UPHY) that is part of Tegra 19x SOCs.
|