diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-09-28 22:01:00 +0900 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-10-01 16:32:55 +0200 |
commit | dc04b35ef2c8c04cb362758ec467777348ef3f15 (patch) | |
tree | 4cc517bb361e182f91739bca300d9054457f85e6 /drivers/usb/dwc3/Kconfig | |
parent | 72ac8f3fc29016a31ee309b4d025b487e78906ab (diff) |
usb: dwc3: add UniPhier specific glue layer
Add UniPhier platform specific glue layer to support USB3 Host mode
on Synopsys DWC3 IP.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index a291ceb6ae..ae7fc1c630 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -37,6 +37,13 @@ config USB_DWC3_OMAP Say 'Y' here if you have one such device +config USB_DWC3_UNIPHIER + bool "DesignWare USB3 Host Support on UniPhier Platforms" + depends on ARCH_UNIPHIER && USB_XHCI_DWC3 + help + Support of USB2/3 functionality in Socionext UniPhier platforms. + Say 'Y' here if you have one such device. + menu "PHY Subsystem" config USB_DWC3_PHY_OMAP |