From 4f3a579e0513a50e7f40ee8ddaa6d96cd9647334 Mon Sep 17 00:00:00 2001 From: Meng Dongyang Date: Wed, 17 May 2017 18:21:47 +0800 Subject: configs: rk3328: config xhci controller Add config of max root ports and add config to enable xhci controller. Signed-off-by: Meng Dongyang Reviewed-by: Simon Glass --- include/configs/rk3328_common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/rk3328_common.h') diff --git a/include/configs/rk3328_common.h b/include/configs/rk3328_common.h index 9cfeab8182..5a06244594 100644 --- a/include/configs/rk3328_common.h +++ b/include/configs/rk3328_common.h @@ -62,4 +62,7 @@ /* rockchip ohci host driver */ #define CONFIG_USB_OHCI_NEW #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1 + +/* xhci host */ +#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 #endif -- cgit