diff options
author | Nagarjuna Kristam <nkristam@nvidia.com> | 2020-02-10 09:11:29 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-03-19 13:54:35 +0100 |
commit | f67213cee2b35fe169a723746b7f37debf20fa29 (patch) | |
tree | e038debc9abebc552225a96a3b9d8dc0e4271125 /drivers/phy/tegra/Kconfig | |
parent | USB: c67x00: Use the correct style for SPDX License Identifier (diff) | |
download | linux-f67213cee2b35fe169a723746b7f37debf20fa29.tar.xz linux-f67213cee2b35fe169a723746b7f37debf20fa29.zip |
phy: tegra: xusb: Add usb-role-switch support
If usb-role-switch property is present in USB 2 port, register
usb-role-switch to receive usb role changes.
Signed-off-by: Nagarjuna Kristam <nkristam@nvidia.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
[treding@nvidia.com: rebase onto Greg's usb-next branch]
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/phy/tegra/Kconfig')
-rw-r--r-- | drivers/phy/tegra/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/tegra/Kconfig b/drivers/phy/tegra/Kconfig index f9817c3ae85f..df07c4dea059 100644 --- a/drivers/phy/tegra/Kconfig +++ b/drivers/phy/tegra/Kconfig @@ -2,6 +2,7 @@ config PHY_TEGRA_XUSB tristate "NVIDIA Tegra XUSB pad controller driver" depends on ARCH_TEGRA + select USB_CONN_GPIO help Choose this option if you have an NVIDIA Tegra SoC. |