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 | |
parent | 3c3f7cfe4d63a83d06e86133e7d4ecf9b91f1ae5 (diff) | |
download | mtk-20170518-6138d8424337cd60a7b5446e7470072517235e89.zip mtk-20170518-6138d8424337cd60a7b5446e7470072517235e89.tar.gz mtk-20170518-6138d8424337cd60a7b5446e7470072517235e89.tar.bz2 |
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')
-rw-r--r-- | target/linux/armvirt/32/config-default | 1 | ||||
-rw-r--r-- | target/linux/armvirt/config-default | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/armvirt/32/config-default b/target/linux/armvirt/32/config-default index eee2a72..96df547 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 ed6a82e..6a6d421 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 |