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/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/config-default')
-rw-r--r-- | target/linux/armvirt/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
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 |