On Wed, Oct 20, 2010 at 3:33 PM, Roger Quadros<roger.quadros@xxxxxxxxx> wrote:On 10/20/2010 12:23 PM, ext Felipe Contreras wrote:On Wed, Oct 20, 2010 at 12:14 PM, Roger Quadros<roger.quadros@xxxxxxxxx>
wrote:
USB_G_NOKIA just needs a USB gadget controller to work. The gadget
controller used for the board should come from the board's Kconfig which
will ideally be supplied by the board's vendor.
Ok, but USB_OMAP is not supposed to work on the N900? (I tried and it
didn't)
No it won't work. USB_OMAP was for older OMAP's. MUSB is on OMAP3 and later.
But MUSB is not limited to OMAP SoC.
config USB_GADGET_OMAP
depends ARCH_OMAP
So how about s/ARCH_OMAP/ARCH_OMAP1/
Then USB_GADGET_MUSB_HDRC would be selected by default on OMAP2+.