2014-07-04 13:13 GMT+02:00 Peter Griffin:
quoted hunk ↗ jump to hunk
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