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.qemuopts8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts
index 3bfa0341a..21d91ce6a 100644
--- a/target/config/Config.in.qemuopts
+++ b/target/config/Config.in.qemuopts
@@ -1,13 +1,13 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
+menu "Qemu configuration"
+depends on ADK_TARGET_QEMU
+
config ADK_QEMU_ARGS
string
default "-nographic" if ADK_TARGET_QEMU_WITHOUT_GRAPHIC
-menu "Qemu configuration"
-depends on ADK_TARGET_QEMU
-
choice
prompt "Use a Bootloader"
depends on ADK_TARGET_SYSTEM_QEMU_X86_64 || ADK_TARGET_SYSTEM_QEMU_X86
@@ -45,7 +45,7 @@ endchoice
choice
prompt "Qemu Emulation with graphical output"
-depends on ADK_TARGET_QEMU
+depends on ADK_TARGET_SYSTEM_QEMU_X86_64 || ADK_TARGET_SYSTEM_QEMU_X86 || ADK_TARGET_QEMU_ARM_MODEL_SPITZ || ADK_TARGET_SYSTEM_QEMU_SH4
default ADK_TARGET_QEMU_WITH_GRAPHIC if ADK_TARGET_QEMU_ARM_MODEL_SPITZ
config ADK_TARGET_QEMU_WITHOUT_GRAPHIC