Title: [4074] trunk/drivers/usb/misc/sisusbvga/Kconfig: accept MUSB_HDRC as a fast enough host controller
Revision
4074
Author
vapier
Date
2007-12-28 05:40:45 -0600 (Fri, 28 Dec 2007)

Log Message

accept MUSB_HDRC as a fast enough host controller

Diffstat

 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Modified Paths


Diff

Modified: trunk/drivers/usb/misc/sisusbvga/Kconfig (4073 => 4074)


--- trunk/drivers/usb/misc/sisusbvga/Kconfig	2007-12-27 08:40:15 UTC (rev 4073)
+++ trunk/drivers/usb/misc/sisusbvga/Kconfig	2007-12-28 11:40:45 UTC (rev 4074)
@@ -1,7 +1,7 @@
 
 config USB_SISUSBVGA
 	tristate "USB 2.0 SVGA dongle support (Net2280/SiS315)"
-	depends on USB && USB_EHCI_HCD
+	depends on USB && (USB_MUSB_HDRC || USB_EHCI_HCD)
         ---help---
 	  Say Y here if you intend to attach a USB2VGA dongle based on a
 	  Net2280 and a SiS315 chip.
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to