summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSam Protsenko <semen.protsenko@linaro.org>2016-04-13 14:20:28 +0300
committerMarek Vasut <marex@denx.de>2016-04-20 11:43:28 +0200
commitc16bf621d5100a1f5c64becc82b5620810565f3e (patch)
treee67f86cee9818f1447917a3ae615d78736015400 /drivers
parent65403f3010ff71968197821ff693d960269785b1 (diff)
downloadtalos-obmc-uboot-c16bf621d5100a1f5c64becc82b5620810565f3e.tar.gz
talos-obmc-uboot-c16bf621d5100a1f5c64becc82b5620810565f3e.zip
usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/dwc3/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig
index c0251b1937..0bb862a60a 100644
--- a/drivers/usb/dwc3/Kconfig
+++ b/drivers/usb/dwc3/Kconfig
@@ -27,4 +27,14 @@ config USB_DWC3_GADGET
endchoice
+comment "Platform Glue Driver Support"
+
+config USB_DWC3_OMAP
+ bool "Texas Instruments OMAP5 and similar Platforms"
+ help
+ Some platforms from Texas Instruments like OMAP5, DRA7xxx and
+ AM437x use this IP for USB2/3 functionality.
+
+ Say 'Y' here if you have one such device
+
endif
OpenPOWER on IntegriCloud