projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334f9b0
)
usb: misc: SiS usbvga dangle: accept MUSB_HDRC as a fast enough host controller
author
Bryan Wu
<cooloney@kernel.org>
Tue, 2 Jun 2009 07:25:58 +0000
(
03:25
-0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 16 Jun 2009 04:44:39 +0000
(21:44 -0700)
Acked-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/sisusbvga/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/misc/sisusbvga/Kconfig
b/drivers/usb/misc/sisusbvga/Kconfig
index 7603cbe0865d1268811c717dcaadb0eb7224ce09..30ea7ca6846e2a9cd3c36ecf182b9b934ca2a338 100644
(file)
--- a/
drivers/usb/misc/sisusbvga/Kconfig
+++ b/
drivers/usb/misc/sisusbvga/Kconfig
@@
-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.