mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-02 09:36:15 +00:00
usb: zynqmp: Enable USB XHCI support
Enable USB XHCI support for ZynqMP Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
This commit is contained in:
parent
f4dd69ca82
commit
0f676767b6
1 changed files with 8 additions and 0 deletions
|
@ -107,6 +107,14 @@
|
||||||
#define CONFIG_SYS_LOAD_ADDR 0x8000000
|
#define CONFIG_SYS_LOAD_ADDR 0x8000000
|
||||||
|
|
||||||
#if defined(CONFIG_ZYNQMP_USB)
|
#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
|
||||||
#define CONFIG_USB_DWC3_GADGET
|
#define CONFIG_USB_DWC3_GADGET
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue