summaryrefslogtreecommitdiff
path: root/configs/kylin-rk3036_defconfig
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2016-11-08 18:13:39 +0800
committerSimon Glass <sjg@chromium.org>2016-11-25 17:59:29 -0700
commit1e352124b94f977fb7bbb516ea09ef345a70ee09 (patch)
tree3c54d3d945cd454a3c2f77d738a70c930040c1bf /configs/kylin-rk3036_defconfig
parent0dffb28107392bf4552858fb7f5d329d812cfd0a (diff)
config: rk3036: enable configs for USB HOST
rk3036 using dwc2 usb controller, need enable relate configs for it. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/kylin-rk3036_defconfig')
-rw-r--r--configs/kylin-rk3036_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/kylin-rk3036_defconfig b/configs/kylin-rk3036_defconfig
index 424cdab569..5a8b85aee1 100644
--- a/configs/kylin-rk3036_defconfig
+++ b/configs/kylin-rk3036_defconfig
@@ -36,3 +36,6 @@ CONFIG_RAM=y
CONFIG_SYSRESET=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_ERRNO_STR=y
+CONFIG_CMD_USB=y
+CONFIG_USB=y
+CONFIG_USB_STORAGE=y