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:
f80b45e
)
usb: dwc3: depend on both Host and Gadget stacks
author
Felipe Balbi
<balbi@ti.com>
Thu, 13 Oct 2011 07:16:50 +0000
(10:16 +0300)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 12 Dec 2011 09:48:14 +0000
(11:48 +0200)
now that we have host support, we must depend
on both sides.
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc3/Kconfig
b/drivers/usb/dwc3/Kconfig
index dca0b51435e98babb38506d5583f178504af8205..d8f741f9e56e65bb3b32802bd7548c93b76dd978 100644
(file)
--- a/
drivers/usb/dwc3/Kconfig
+++ b/
drivers/usb/dwc3/Kconfig
@@
-1,6
+1,6
@@
config USB_DWC3
tristate "DesignWare USB3 DRD Core Support"
- depends on (USB
||
USB_GADGET)
+ depends on (USB
&&
USB_GADGET)
select USB_OTG_UTILS
select USB_GADGET_DUALSPEED
select USB_GADGET_SUPERSPEED