2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-21 19:53:59 +08:00

usb: dwc2: allow dwc2 to get built when USB_GADGET=m

This patch allows the gadget portion of the DWC2 driver to get built when
(!USB && USB_GADGET) condition is encountered.

Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
Dinh Nguyen 2014-10-21 15:31:42 -05:00 committed by Felipe Balbi
parent 460d098cb6
commit c3761a79c1

View File

@ -1,6 +1,6 @@
config USB_DWC2 config USB_DWC2
bool "DesignWare USB2 DRD Core Support" bool "DesignWare USB2 DRD Core Support"
depends on USB depends on USB || USB_GADGET
help help
Say Y here if your system has a Dual Role Hi-Speed USB Say Y here if your system has a Dual Role Hi-Speed USB
controller based on the DesignWare HSOTG IP Core. controller based on the DesignWare HSOTG IP Core.