From e859d82480517512fd60ab4dd40b6ef00a8a5928 Mon Sep 17 00:00:00 2001 From: Benoit Goby Date: Thu, 10 Feb 2011 18:47:46 -0800 Subject: [PATCH] ARM: tegra: select USB_ARCH_HAS_EHCI usb_phy now depends on USB_ULPI_VIEWPORT Change-Id: I5f3c996b41b50e74aa2b53eb246e100926108bff Signed-off-by: Benoit Goby --- arch/arm/mach-tegra/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 983297dfa25e..636876fb9e78 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -11,6 +11,9 @@ config ARCH_TEGRA_2x_SOC select ARM_GIC select ARCH_REQUIRE_GPIOLIB select ARM_ERRATA_742230 + select USB_ARCH_HAS_EHCI if USB_SUPPORT + select USB_ULPI if USB_SUPPORT + select USB_ULPI_VIEWPORT if USB_SUPPORT help Support for NVIDIA Tegra AP20 and T20 processors, based on the ARM CortexA9MP CPU and the ARM PL310 L2 cache controller -- 2.34.1