diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-05-03 23:17:25 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2017-05-03 23:20:12 +0800 |
commit | 6138d8424337cd60a7b5446e7470072517235e89 (patch) | |
tree | 9a07ea7585c3f7637d61769559341ae33da6bca1 /target/linux/armvirt/32/config-default | |
parent | 3c3f7cfe4d63a83d06e86133e7d4ecf9b91f1ae5 (diff) | |
download | upstream-6138d8424337cd60a7b5446e7470072517235e89.tar.gz upstream-6138d8424337cd60a7b5446e7470072517235e89.tar.bz2 upstream-6138d8424337cd60a7b5446e7470072517235e89.zip |
armvirt: 64: enable usb support
It was originally only enabled for the "32" subtarget along with the
"usb" feature which is now also shared by the "64" target
This should fix the phase1 build of armvirt/64
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target/linux/armvirt/32/config-default')
-rw-r--r-- | target/linux/armvirt/32/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/armvirt/32/config-default b/target/linux/armvirt/32/config-default index eee2a7293d..96df547db7 100644 --- a/target/linux/armvirt/32/config-default +++ b/target/linux/armvirt/32/config-default @@ -80,7 +80,6 @@ CONFIG_SWP_EMULATE=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y # CONFIG_THUMB2_KERNEL is not set CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" -CONFIG_USB_SUPPORT=y CONFIG_USE_OF=y CONFIG_VECTORS_BASE=0xffff0000 CONFIG_VFP=y |