diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 08:21:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 08:21:57 +0200 |
commit | 65d58a1827c68aac8079ab98050f35b17d14b821 (patch) | |
tree | 59d7bb3e9eac3b20caf81fdf85bed33bf99e6ef7 /target/config | |
parent | 3900e73d3d21fe263cb4b26d69b701813f47055b (diff) |
add submenu for qemu configuration
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 80e37b9cf..78d15a97e 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -216,6 +216,22 @@ config ADK_QEMU_ARGS string default "-nographic" if ADK_TARGET_QEMU_WITHOUT_GRAPHIC +menu "Qemu configuration" +depends on ADK_HARDWARE_QEMU + +choice +prompt "Use a Bootloader" +depends on ADK_TARGET_SYSTEM_QEMU_X86_64 || ADK_LINUX_X86 + +config ADK_TARGET_QEMU_WITHOUT_BOOTLOADER + boolean "do not use bootloader" + +config ADK_TARGET_QEMU_WITH_BOOTLOADER + boolean "use bootloader" + select ADK_PACKAGE_GRUB if ADK_TARGET_SYSTEM_QEMU_X86_64 || ADK_LINUX_X86 + +endchoice + choice prompt "Qemu MICROBLAZE Emulation" depends on ADK_TARGET_SYSTEM_QEMU_MICROBLAZE || ADK_TARGET_SYSTEM_QEMU_MICROBLAZEEL @@ -321,6 +337,7 @@ config ADK_TARGET_QEMU_WITH_VIRTIO endchoice +endmenu choice prompt "Use ARM thumb mode" |