From: Siva Durga Prasad Paladugu Date: Mon, 16 Nov 2015 11:19:24 +0000 (+0530) Subject: usb: zynqmp: Enable USB XHCI support X-Git-Tag: v2016.01-rc2~5^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0f676767b615f166d3fd9e4911e251e09c99f078;p=u-boot usb: zynqmp: Enable USB XHCI support Enable USB XHCI support for ZynqMP Signed-off-by: Siva Durga Prasad Paladugu --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 6b8b9f83e9..474bbaff05 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -107,6 +107,14 @@ #define CONFIG_SYS_LOAD_ADDR 0x8000000 #if defined(CONFIG_ZYNQMP_USB) +#define CONFIG_USB_XHCI_DWC3 +#define CONFIG_USB_XHCI +#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 +#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 +#define CONFIG_CMD_USB +#define CONFIG_USB_STORAGE +#define CONFIG_USB_XHCI_ZYNQMP + #define CONFIG_USB_DWC3 #define CONFIG_USB_DWC3_GADGET