summaryrefslogtreecommitdiffstats
path: root/configs/evb-rk3328_defconfig
diff options
context:
space:
mode:
authorMeng Dongyang <daniel.meng@rock-chips.com>2017-05-17 18:21:45 +0800
committerSimon Glass <sjg@chromium.org>2017-06-07 07:29:21 -0600
commitd16f514d8c7dfe7da86bfa1da6e4b7215d9eee44 (patch)
treecec4bc55acdbe97b75a0f17a87de9b6a71b08c86 /configs/evb-rk3328_defconfig
parent077eb3151442462cae020ab7254cc3e73407e5c8 (diff)
downloadu-boot-d16f514d8c7dfe7da86bfa1da6e4b7215d9eee44.tar.gz
u-boot-d16f514d8c7dfe7da86bfa1da6e4b7215d9eee44.tar.xz
u-boot-d16f514d8c7dfe7da86bfa1da6e4b7215d9eee44.zip
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 <daniel.meng@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/evb-rk3328_defconfig')
-rw-r--r--configs/evb-rk3328_defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/evb-rk3328_defconfig b/configs/evb-rk3328_defconfig
index 96241f6f9b..a4312b27f2 100644
--- a/configs/evb-rk3328_defconfig
+++ b/configs/evb-rk3328_defconfig
@@ -31,3 +31,11 @@ CONFIG_SYS_NS16550=y
CONFIG_SYSRESET=y
CONFIG_USE_TINY_PRINTF=y
CONFIG_ERRNO_STR=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_CMD_USB=y
+CONFIG_USB_STORAGE=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_GENERIC=y
+CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_OHCI_GENERIC=y