diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 13:27:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 14:11:54 +0200 |
commit | bf478b7559e825b8561c8217df925906dc87bbd4 (patch) | |
tree | a588fe1e3716162ea21df9cf10adeb03a8099d5d /target/config | |
parent | df8e8919b8eb7363e25cb06bd1eb031c06f9acd0 (diff) |
fix disk support in qemu-x86, minor other cleanups
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.qemuopts | 8 |
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 |