usb: dwc3: depend on both Host and Gadget stacks
authorFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 07:16:50 +0000 (10:16 +0300)
committerFelipe 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

index dca0b51435e98babb38506d5583f178504af8205..d8f741f9e56e65bb3b32802bd7548c93b76dd978 100644 (file)
@@ -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
This page took 0.028408 seconds and 5 git commands to generate.