Title: [6548] trunk/drivers/usb/musb/Kconfig: Fix bug[#4999] rollback changes in rev.
Revision
6548
Author
sonicz
Date
2009-06-03 04:22:56 -0500 (Wed, 03 Jun 2009)

Log Message

Fix bug[#4999] rollback changes in rev. 6177 

Modified Paths

Diff

Modified: trunk/drivers/usb/musb/Kconfig (6547 => 6548)


--- trunk/drivers/usb/musb/Kconfig	2009-06-03 08:59:35 UTC (rev 6547)
+++ trunk/drivers/usb/musb/Kconfig	2009-06-03 09:22:56 UTC (rev 6548)
@@ -86,6 +86,7 @@
 config USB_MUSB_PERIPHERAL
 	depends on USB_GADGET
 	bool "USB Peripheral (gadget stack)"
+	select USB_GADGET_MUSB_HDRC
 	help
 	  Say Y here if your system supports the USB peripheral role.
 	  If it has a USB "B" (squarish), "Mini-B", or "Mini-AB"
@@ -95,6 +96,7 @@
 config USB_MUSB_OTG
 	depends on USB && USB_GADGET && PM && EXPERIMENTAL
 	bool "Both host and peripheral:  USB OTG (On The Go) Device"
+	select USB_GADGET_MUSB_HDRC
 	select USB_OTG
 	help
 	   The most notable feature of USB OTG is support for a
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to