Re: [PATCH v14 10/10] USB/ppc4xx:Synopsys DWC OTG driver enable gadget support
From: Sergei Shtylyov <hidden>
Date: 2011-10-07 11:15:04
From: Sergei Shtylyov <hidden>
Date: 2011-10-07 11:15:04
Hello. On 07-10-2011 6:31, tmarri@apm.com wrote:
From: Tirumala Marri<redacted>
Enable gadget support
Signed-off-by: Tirumala R Marri<redacted> Signed-off-by: Fushen Chen<redacted> Signed-off-by: Mark Miesfeld<redacted>
[...]
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 5a084b9..5f1f89f 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig@@ -316,6 +316,17 @@ config USB_GADGET_MUSB_HDRC This OTG-capable silicon IP is used in dual designs including the TI DaVinci, OMAP 243x, OMAP 343x, TUSB 6010, and ADI Blackfin +# dwc_otg builds in ../dwc along with host support +config USB_GADGET_DWC_HDRC + boolean "DesignWare USB Peripheral" + depends on DWC_OTG_MODE || DWC_DEVICE_ONLY + select USB_GADGET_DUALSPEED + select USB_GADGET_SELECTED + select USB_GADGET_DWC_OTG
I don't see where this one is defined...
WBR, Sergei