summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-26 13:17:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-26 13:17:30 +0200
commit0fe58d78c9c169839b71051170f805c8b7e973e5 (patch)
treec2ebc1715b146e98846065da1a2b2e16e2968e9b
parent0c11ab853e9dbca20c6d89c7133fb9cd7beb0f33 (diff)
default to -nographic
-rw-r--r--target/config/Config.in.qemuopts5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts
index 21d91ce6a..d1dcca976 100644
--- a/target/config/Config.in.qemuopts
+++ b/target/config/Config.in.qemuopts
@@ -6,7 +6,8 @@ depends on ADK_TARGET_QEMU
config ADK_QEMU_ARGS
string
- default "-nographic" if ADK_TARGET_QEMU_WITHOUT_GRAPHIC
+ default "" if ADK_TARGET_QEMU_WITH_GRAPHIC
+ default "-nographic"
choice
prompt "Use a Bootloader"
@@ -22,7 +23,7 @@ config ADK_TARGET_QEMU_WITH_BOOTLOADER
endchoice
choice
-prompt "Qemu Emulation with permanent storage device (disk/flash)"
+prompt "Qemu Emulation with storage device"
depends on ADK_TARGET_QEMU
default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_ARCHIVE
default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_SQUASHFS