]> Git Repo - linux.git/commitdiff
ARM: tegra: select USB_ULPI if USB is selected
authorArnd Bergmann <[email protected]>
Fri, 2 Mar 2012 22:26:00 +0000 (17:26 -0500)
committerOlof Johansson <[email protected]>
Sun, 18 Mar 2012 17:34:32 +0000 (10:34 -0700)
Automatically select USB_ULPI if USB is enabled on Tegra.

Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Alan Ott <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
arch/arm/mach-tegra/Kconfig

index d2cb4b037f7f35a8e8c2c2ea86b8b12dcdf40210..6ae78821fd8edc1bdaba4de2cbe4a54675b08a1c 100644 (file)
@@ -8,7 +8,7 @@ config ARCH_TEGRA_2x_SOC
        select ARM_GIC
        select ARCH_REQUIRE_GPIOLIB
        select USB_ARCH_HAS_EHCI if USB_SUPPORT
-       select USB_ULPI if USB_SUPPORT
+       select USB_ULPI if USB
        select USB_ULPI_VIEWPORT if USB_SUPPORT
        select ARM_ERRATA_720789
        select ARM_ERRATA_742230
@@ -28,7 +28,7 @@ config ARCH_TEGRA_3x_SOC
        select ARM_GIC
        select ARCH_REQUIRE_GPIOLIB
        select USB_ARCH_HAS_EHCI if USB_SUPPORT
-       select USB_ULPI if USB_SUPPORT
+       select USB_ULPI if USB
        select USB_ULPI_VIEWPORT if USB_SUPPORT
        select USE_OF
        select ARM_ERRATA_743622
This page took 0.049919 seconds and 4 git commands to generate.