diff options
author | Felipe Balbi <balbi@ti.com> | 2011-10-13 03:16:50 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-12-12 04:48:14 -0500 |
commit | c4da177f1f5560dfaf2e057cbf85411cd65c5426 (patch) | |
tree | e2821fa66de86fc0717002372502826ce60c0fca /drivers/usb/dwc3/Kconfig | |
parent | f80b45e75e112e78b2b439dd3401bb3dff7cf6a1 (diff) |
usb: dwc3: depend on both Host and Gadget stacks
now that we have host support, we must depend
on both sides.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index dca0b51435e9..d8f741f9e56e 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config USB_DWC3 | 1 | config USB_DWC3 |
2 | tristate "DesignWare USB3 DRD Core Support" | 2 | tristate "DesignWare USB3 DRD Core Support" |
3 | depends on (USB || USB_GADGET) | 3 | depends on (USB && USB_GADGET) |
4 | select USB_OTG_UTILS | 4 | select USB_OTG_UTILS |
5 | select USB_GADGET_DUALSPEED | 5 | select USB_GADGET_DUALSPEED |
6 | select USB_GADGET_SUPERSPEED | 6 | select USB_GADGET_SUPERSPEED |