summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2010-10-04 19:57:16 +0530
committerSebastien Jan <s-jan@ti.com>2010-11-03 15:57:59 +0100
commit227409b7188491653e71e86c7dfccbaca0e4ef7d (patch)
treee80b33d13c31dff5a0a217419b2bfb1b06fa13f4
parent1b7ebf21297507bd28a59f2511d503e56126d5f7 (diff)
usb: ehci-omap: Move Kconfig option to proper location
The USB_EHCI_HCD_OMAP3 Kconfig option was introduced at the wrong location causing the Kconfig entries to be mixed up in menuconfig. Move it to the proper location. Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
-rw-r--r--drivers/usb/host/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index e6cb174c2550..ccc94eb2b7a5 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -133,6 +133,14 @@ config USB_EHCI_MXC
---help---
Variation of ARC USB block used in some Freescale chips.
+config USB_EHCI_HCD_OMAP3
+ bool "EHCI support for OMAP3 and later chips"
+ depends on USB_EHCI_HCD && (ARCH_OMAP3 || ARCH_OMAP4)
+ default y
+ --- help ---
+ Enables support for the on-chip EHCI controller on
+ OMAP3 and later chips.
+
config USB_EHCI_HCD_PPC_OF
bool "EHCI support for PPC USB controller on OF platform bus"
depends on USB_EHCI_HCD && PPC_OF
@@ -232,14 +240,6 @@ config USB_OHCI_HCD_OMAP3
Enables support for the on-chip OHCI controller on
OMAP3 and later chips.
-config USB_EHCI_HCD_OMAP3
- bool "EHCI support for OMAP3 and later chips"
- depends on USB_EHCI_HCD && (ARCH_OMAP3 || ARCH_OMAP4)
- default y
- --- help ---
- Enables support for the on-chip EHCI controller on
- OMAP3 and later chips.
-
config USB_OHCI_HCD_PPC_SOC
bool "OHCI support for on-chip PPC USB controller"
depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)