diff options
| author | Meng Dongyang <[email protected]> | 2017-05-17 18:21:45 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-06-07 07:29:21 -0600 |
| commit | d16f514d8c7dfe7da86bfa1da6e4b7215d9eee44 (patch) | |
| tree | cec4bc55acdbe97b75a0f17a87de9b6a71b08c86 /include | |
| parent | 077eb3151442462cae020ab7254cc3e73407e5c8 (diff) | |
configs: rk3328: add support for usb and config ehci and ohci driver
Add defconfig for usb and ehci and ohci controller, config maximal
number of ports of the root hub for ohci driver.
Signed-off-by: Meng Dongyang <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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 |
