public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] usb: ehci: Allow EHCI to be built on OMAP3
@ 2009-11-06 19:46 Anand Gadiyar
  2009-11-25  8:56 ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Anand Gadiyar @ 2009-11-06 19:46 UTC (permalink / raw)
  To: linux-usb, linux-omap; +Cc: Anand Gadiyar, Vikram Pandita, Ajay Kumar Gupta

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(+)

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-12  7:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-06 19:46 [PATCH 2/2] usb: ehci: Allow EHCI to be built on OMAP3 Anand Gadiyar
2009-11-25  8:56 ` Olof Johansson
     [not found]   ` <20091125085648.GA30331-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
2009-11-25  9:06     ` Gadiyar, Anand
2009-12-07 22:11   ` [APPLIED] " Tony Lindgren
2009-12-12  7:48     ` Sid Boyce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox