diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-04-11 17:08:00 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-04-11 17:22:07 +0200 |
commit | ca7fdc8b1267ad0189060c853502761086c8d74a (patch) | |
tree | dc77aaf405cbd336d9ac31c4215b4b55e7f3358d /drivers/usb/host/Kconfig | |
parent | c4446b1d6c96de406972690083e2884bf69bce5c (diff) | |
download | u-boot-ca7fdc8b1267ad0189060c853502761086c8d74a.tar.gz |
usb: host: Add simple of glue driver for DWC3 USB Controllers integration
This is a port of the dwc3-of-simple driver from Linux to enable/deassert
clock and resets of a simple DWC3 Controller HW glue.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index a7249b7511..6caa61552a 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -21,6 +21,13 @@ config USB_XHCI_DWC3 Say Y or if your system has a Dual Role SuperSpeed USB controller based on the DesignWare USB3 IP Core. +config USB_XHCI_DWC3_OF_SIMPLE + bool "DesignWare USB3 DRD Generic OF Simple Glue Layer" + select MISC + help + Support USB2/3 functionality in simple SoC integrations with + USB controller based on the DesignWare USB3 IP Core. + config USB_XHCI_MVEBU bool "MVEBU USB 3.0 support" default y |