summaryrefslogtreecommitdiff
path: root/target/config/Config.in.qemuopts
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.qemuopts')
-rw-r--r--target/config/Config.in.qemuopts2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts
index f3f30bbb2..0ca3ec842 100644
--- a/target/config/Config.in.qemuopts
+++ b/target/config/Config.in.qemuopts
@@ -81,9 +81,11 @@ endchoice
choice
prompt "Qemu Emulation using VirtIO drivers"
depends on ADK_TARGET_SYSTEM_QEMU_SPARC64 || \
+ ADK_TARGET_SYSTEM_QEMU_AARCH64 || \
ADK_TARGET_SYSTEM_QEMU_X86 || \
ADK_TARGET_SYSTEM_QEMU_X86_64
default ADK_TARGET_QEMU_WITH_VIRTIO if ADK_TARGET_SYSTEM_QEMU_SPARC64
+default ADK_TARGET_QEMU_WITH_VIRTIO if ADK_TARGET_SYSTEM_QEMU_AARCH64
config ADK_TARGET_QEMU_WITHOUT_VIRTIO
boolean "disabled"