From bf478b7559e825b8561c8217df925906dc87bbd4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 13:27:47 +0200 Subject: fix disk support in qemu-x86, minor other cleanups --- target/config/Config.in.qemuopts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/config') 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 -- cgit v1.2.3