Re: [PATCH 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC
From: Daniele Forsi <hidden>
Date: 2014-07-04 12:27:19
Also in:
linux-arm-kernel, linux-omap, lkml
From: Daniele Forsi <hidden>
Date: 2014-07-04 12:27:19
Also in:
linux-arm-kernel, linux-omap, lkml
2014-07-04 13:13 GMT+02:00 Peter Griffin:
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 8eb996e..f7b0518 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig@@ -77,6 +77,15 @@ config USB_DWC3_KEYSTONE default USB_DWC3 help Support of USB2/3 functionality in TI Keystone2 platforms. + +config USB_DWC3_ST + tristate "STMicroelectronics Platforms" + depends on ARCH_STI && OF + default USB_DWC3_HOST + help + STMicroelectronics SoCs chip with one DesignWare Core USB3 IP + inside (i.e. STiH407). + Say 'Y' or 'M' here if you have one such device comment "Debugging features"
you are actually removing the line "Say 'Y' or 'M' here if you have one such device" from the previous item -- Daniele Forsi