diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rk3328_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/rk3328_common.h b/include/configs/rk3328_common.h index 7ccbc9b241c..9cfeab8182b 100644 --- a/include/configs/rk3328_common.h +++ b/include/configs/rk3328_common.h @@ -59,4 +59,7 @@ #endif +/* rockchip ohci host driver */ +#define CONFIG_USB_OHCI_NEW +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1 #endif |