usb: host: Renamed USB_TEGRA_HCD -> USB_EHCI_TEGRA
authorBenoit Goby <benoit@android.com>
Tue, 1 Mar 2011 01:45:34 +0000 (17:45 -0800)
committerBenoit Goby <benoit@android.com>
Wed, 2 Mar 2011 01:13:34 +0000 (17:13 -0800)
Change-Id: I2eec79186d6dc258caa2f3c8f3cd071222d1c5c7
Signed-off-by: Benoit Goby <benoit@android.com>
drivers/usb/host/Kconfig
drivers/usb/host/ehci-hcd.c

index 10f6ab5f91504160936d9aefcc21375f77f892ab..28deb1ac09b01d755033ec489c1cc4ce6ee26955 100644 (file)
@@ -126,6 +126,14 @@ config USB_EHCI_MXC
        ---help---
          Variation of ARC USB block used in some Freescale chips.
 
+config USB_EHCI_TEGRA
+       boolean "NVIDIA Tegra HCD support"
+       depends on USB_EHCI_HCD && ARCH_TEGRA
+       select USB_EHCI_ROOT_HUB_TT
+       help
+         This driver enables support for the internal USB Host Controller
+         found in NVIDIA Tegra SoCs. The Tegra controller is EHCI compliant.
+
 config USB_EHCI_HCD_PPC_OF
        bool "EHCI support for PPC USB controller on OF platform bus"
        depends on USB_EHCI_HCD && PPC_OF
@@ -418,14 +426,6 @@ config USB_HWA_HCD
          To compile this driver a module, choose M here: the module
          will be called "hwa-hc".
 
-config USB_TEGRA_HCD
-       boolean "NVIDIA Tegra HCD support"
-       depends on USB && ARCH_TEGRA && USB_EHCI_HCD
-       select USB_EHCI_ROOT_HUB_TT
-       help
-         This driver enables support for the internal USB Host Controller
-         found in NVIDIA Tegra SoCs. The Tegra controller is EHCI compliant.
-
 config USB_IMX21_HCD
        tristate "iMX21 HCD support"
        depends on USB && ARM && MACH_MX21
index 66505a0d970300fd62289bc383517f0a1d079c5b..36ec66bb995e3fb827a14acb1d4d1166501788ec 100644 (file)
@@ -1197,7 +1197,7 @@ MODULE_LICENSE ("GPL");
 #define        PLATFORM_DRIVER         ehci_atmel_driver
 #endif
 
-#ifdef CONFIG_ARCH_TEGRA
+#ifdef CONFIG_USB_EHCI_TEGRA
 #include "ehci-tegra.c"
 #define PLATFORM_DRIVER                tegra_ehci_driver
 #endif