Patchworkβ [2/2] usb: ehci: Allow EHCI to be built on OMAP3

login
register
about
Submitter Anand Gadiyar
Date 2009-11-06 19:46:32
Message ID <1257536793-15291-1-git-send-email-gadiyar@ti.com>
Download mbox | patch
Permalink /patch/58095/
State Awaiting Upstream, archived
Delegated to: Tony Lindgren
Headers show

Comments

Anand Gadiyar - 2009-11-06 19:46:32
usb: ehci: Allow EHCI to be built on OMAP3

OMAP3 chips have a built-in EHCI controller.
The recently introduced omap ehci-hcd driver missed
out on selecting USB_ARCH_HAS_EHCI in Kconfig.

Without this, the driver cannot be built.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Cc: Vikram Pandita <vikram.pandita@ti.com>
Cc: Ajay Kumar Gupta <ajay.gupta@ti.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
---
I've based this on current Linus' tree plus your usb
patch queue (gregkh-07-usb-2.6.32-rc6.patch).

 drivers/usb/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Patch

Index: linux-2.6/drivers/usb/Kconfig
===================================================================
--- linux-2.6.orig/drivers/usb/Kconfig	2009-11-06 04:03:39.000000000 -0800
+++ linux-2.6/drivers/usb/Kconfig	2009-11-06 04:04:08.000000000 -0800
@@ -61,6 +61,7 @@  config USB_ARCH_HAS_EHCI
 	default y if ARCH_W90X900
 	default y if ARCH_AT91SAM9G45
 	default y if ARCH_MXC
+	default y if ARCH_OMAP34XX
 	default PCI
 
 # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.