diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-03-02 17:26:00 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-03-18 13:34:32 -0400 |
commit | 279b658525abd06645938fb607860de42c4cf31e (patch) | |
tree | b7d6926626939b7fdb1c0a1eed7309d7c901b69c /arch/arm/mach-tegra/Kconfig | |
parent | 2f926eecdfb6138fef91683667fc915af5071fff (diff) |
ARM: tegra: select USB_ULPI if USB is selected
Automatically select USB_ULPI if USB is enabled on Tegra.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Alan Ott <alan@signal11.us>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index d2cb4b037f7f..6ae78821fd8e 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig | |||
@@ -8,7 +8,7 @@ config ARCH_TEGRA_2x_SOC | |||
8 | select ARM_GIC | 8 | select ARM_GIC |
9 | select ARCH_REQUIRE_GPIOLIB | 9 | select ARCH_REQUIRE_GPIOLIB |
10 | select USB_ARCH_HAS_EHCI if USB_SUPPORT | 10 | select USB_ARCH_HAS_EHCI if USB_SUPPORT |
11 | select USB_ULPI if USB_SUPPORT | 11 | select USB_ULPI if USB |
12 | select USB_ULPI_VIEWPORT if USB_SUPPORT | 12 | select USB_ULPI_VIEWPORT if USB_SUPPORT |
13 | select ARM_ERRATA_720789 | 13 | select ARM_ERRATA_720789 |
14 | select ARM_ERRATA_742230 | 14 | select ARM_ERRATA_742230 |
@@ -28,7 +28,7 @@ config ARCH_TEGRA_3x_SOC | |||
28 | select ARM_GIC | 28 | select ARM_GIC |
29 | select ARCH_REQUIRE_GPIOLIB | 29 | select ARCH_REQUIRE_GPIOLIB |
30 | select USB_ARCH_HAS_EHCI if USB_SUPPORT | 30 | select USB_ARCH_HAS_EHCI if USB_SUPPORT |
31 | select USB_ULPI if USB_SUPPORT | 31 | select USB_ULPI if USB |
32 | select USB_ULPI_VIEWPORT if USB_SUPPORT | 32 | select USB_ULPI_VIEWPORT if USB_SUPPORT |
33 | select USE_OF | 33 | select USE_OF |
34 | select ARM_ERRATA_743622 | 34 | select ARM_ERRATA_743622 |