diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-17 02:14:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-18 11:55:10 +0200 |
commit | 36e932195d6eab6d02c8d6e9b64e79744f81fe4b (patch) | |
tree | 0082568cdecfddf5a26c630ed764ed0738676a50 /target | |
parent | 3c87efe67c0406e2535ab9dc8d8aa4bd9ed3b7f7 (diff) |
enable graphic for qemu arm spitz emu
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.qemu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.qemu b/target/config/Config.in.qemu index 71b0130e4..c1587acda 100644 --- a/target/config/Config.in.qemu +++ b/target/config/Config.in.qemu @@ -50,6 +50,7 @@ config ADK_TARGET_QEMU_ARM_MODEL_SPITZ select ADK_soft_float select ADK_eabi select ADK_CPU_XSCALE + select ADK_TARGET_QEMU_WITH_GRAPHIC depends on ADK_TARGET_SYSTEM_QEMU_ARM endchoice @@ -79,6 +80,7 @@ endchoice choice prompt "Qemu Emulation with graphical output" depends on ADK_HARDWARE_QEMU +default ADK_TARGET_QEMU_WITH_GRAPHIC if ADK_TARGET_QEMU_ARM_MODEL_SPITZ config ADK_TARGET_QEMU_WITHOUT_GRAPHIC boolean "disabled" |