aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/armvirt
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2017-05-03 23:17:25 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2017-05-03 23:20:12 +0800
commit6138d8424337cd60a7b5446e7470072517235e89 (patch)
tree9a07ea7585c3f7637d61769559341ae33da6bca1 /target/linux/armvirt
parent3c3f7cfe4d63a83d06e86133e7d4ecf9b91f1ae5 (diff)
downloadupstream-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')
-rw-r--r--target/linux/armvirt/32/config-default1
-rw-r--r--target/linux/armvirt/config-default1
2 files changed, 1 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
diff --git a/target/linux/armvirt/config-default b/target/linux/armvirt/config-default
index ed6a82e123..6a6d4215bd 100644
--- a/target/linux/armvirt/config-default
+++ b/target/linux/armvirt/config-default
@@ -168,6 +168,7 @@ CONFIG_SRCU=y
CONFIG_SWIOTLB=y
CONFIG_TICK_CPU_ACCOUNTING=y
CONFIG_TREE_RCU=y
+CONFIG_USB_SUPPORT=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_BALLOON=y
CONFIG_VIRTIO_BLK=y