mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
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>
This commit is contained in:
parent
f80b45e75e
commit
c4da177f1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user