diff options
author | Olof Johansson <olof@lixom.net> | 2016-01-12 21:14:52 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-01-12 21:14:52 +0300 |
commit | d0ac6119aaae419baf824b996d1690fbe926971e (patch) | |
tree | e502b68de00024cd4ba74edf202ef55773ba912c /drivers/usb | |
parent | 3e9121950c92a65e33e0163d2ba111b4d9293d4c (diff) | |
parent | a262e87ff354f12447bb6268bd63edf7ba1c20e0 (diff) | |
download | linux-d0ac6119aaae419baf824b996d1690fbe926971e.tar.xz |
Merge tag 'tegra-for-4.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into late/tegra
ARM: tegra: Core SoC changes for v4.5-rc1
The big thing here is Tegra210 support, which is really only the Kconfig
symbol. Other than that there's a few miscellaneous fixes.
* tag 'tegra-for-4.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
ARM: tegra: select USB_ULPI from EHCI rather than platform
ARM: tegra: Ensure entire dcache is flushed on entering LP0/1
amba: Hide TEGRA_AHB symbol
soc/tegra: Add Tegra210 support
soc/tegra: Provide per-SoC Kconfig symbols
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 3bb08870148f..95e72d75e0a0 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -220,6 +220,8 @@ config USB_EHCI_TEGRA depends on ARCH_TEGRA select USB_EHCI_ROOT_HUB_TT select USB_PHY + select USB_ULPI + select USB_ULPI_VIEWPORT help This driver enables support for the internal USB Host Controllers found in NVIDIA Tegra SoCs. The controllers are EHCI compliant. |