On 03/14/2012 07:27 AM, Gupta, Ajay Kumar wrote:
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index f70cab3..27134c8 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -53,6 +53,7 @@ config USB_MUSB_OMAP2PLUS
config USB_MUSB_AM35X
tristate "AM35x"
depends on ARCH_OMAP
+ select MUSB_PIO_ONLY
This is not needed as we already have this MUSB_PIO_ONLY enabled. Refer
below link in Kconfig.
"default MUSB_PIO_ONLY if USB_MUSB_TUSB6010 || USB_MUSB_DA8XX || USB_MUSB_AM35X"
This is the default. The user can still change it. The alternative
would be to have per-device PIO-only bit which is kinda like the module
parameter.
Regards,
Ajay
config USB_MUSB_BLACKFIN
tristate "Blackfin"
--
1.7.9.1
Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html