From 429bcaddee4ad31c5b54ec206a98c30569e64477 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 7 Aug 2014 12:26:48 +0200 Subject: add basic support for qemu-aarch64 --- target/config/Config.in.qemuopts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/config/Config.in.qemuopts') 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" -- cgit v1.2.3