diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-04 07:35:04 +0900 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-06-04 00:43:53 +0200 |
commit | 10db7500369ea000af4c4c5b039b7946c2865ae9 (patch) | |
tree | 62b9b3de26765f8c10bc21b2a82e6889968070df /configs/xilinx_zynqmp_zcu102_defconfig | |
parent | 0a8cc1a3a4206d556da784a0e98598190dfe5408 (diff) | |
download | u-boot-10db7500369ea000af4c4c5b039b7946c2865ae9.tar.gz u-boot-10db7500369ea000af4c4c5b039b7946c2865ae9.tar.bz2 u-boot-10db7500369ea000af4c4c5b039b7946c2865ae9.zip |
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 'configs/xilinx_zynqmp_zcu102_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zcu102_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_zcu102_defconfig b/configs/xilinx_zynqmp_zcu102_defconfig index 6b76dbcefb..a216f11854 100644 --- a/configs/xilinx_zynqmp_zcu102_defconfig +++ b/configs/xilinx_zynqmp_zcu102_defconfig @@ -48,6 +48,7 @@ CONFIG_DEBUG_UART_CLOCK=100000000 CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y +CONFIG_USB_XHCI_DWC3=y CONFIG_USB_DWC3=y CONFIG_USB_DWC3_GADGET=y CONFIG_USB_ULPI_VIEWPORT=y |