diff options
author | Keshava Munegowda <keshava_mgowda@ti.com> | 2010-11-21 23:23:41 +0530 |
---|---|---|
committer | Anand Gadiyar <gadiyar@ti.com> | 2010-12-01 02:32:10 +0530 |
commit | 7f124f4b353672bc150af959910cfc2a9778260a (patch) | |
tree | cb4d0ed9ce8b58e6e10f085a2e85dca472651097 /drivers/usb/host/Kconfig | |
parent | c072604115ab50d023eb5c33d4f3229400e441f4 (diff) | |
download | linux-7f124f4b353672bc150af959910cfc2a9778260a.tar.bz2 |
usb: ehci: introduce CONFIG_USB_EHCI_HCD_OMAP
Introduce the CONFIG_USB_EHCI_HCD_OMAP option to select
EHCI support on OMAP3 and later chips. This scales better
than having a long line of dependencies for each new OMAP
with EHCI support.
Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 2391c396ca32..6a7c688b4781 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_OMAP + bool "EHCI support for OMAP3 and later chips" + depends on USB_EHCI_HCD && ARCH_OMAP + 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 |