diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-03 22:35:04 (GMT) |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-06-03 22:43:53 (GMT) |
commit | 10db7500369ea000af4c4c5b039b7946c2865ae9 (patch) | |
tree | 62b9b3de26765f8c10bc21b2a82e6889968070df /drivers/usb | |
parent | 0a8cc1a3a4206d556da784a0e98598190dfe5408 (diff) | |
download | u-boot-10db7500369ea000af4c4c5b039b7946c2865ae9.tar.xz |
usb: move CONFIG_USB_XHCI_DWC3 to Kconfig
Create an entry for "config USB_XHCI_DWC3" in Kconfig and
switch over to it for all boards.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 8a6f732..89580cc 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -18,6 +18,12 @@ config USB_XHCI_UNIPHIER ---help--- Enables support for the on-chip xHCI controller on UniPhier SoCs. +config USB_XHCI_DWC3 + bool "DesignWare USB3 DRD Core Support" + help + Say Y or if your system has a Dual Role SuperSpeed + USB controller based on the DesignWare USB3 IP Core. + endif config USB_OHCI_GENERIC |