From patchwork Wed Nov 28 23:54:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [50/51] package/qemu: move sub-options into a sub-menu Date: Wed, 28 Nov 2012 13:54:49 -0000 From: "Yann E. MORIN" X-Patchwork-Id: 202621 Message-Id: <1354146890-27380-51-git-send-email-yann.morin.1998@free.fr> To: buildroot@busybox.net Cc: "Yann E. MORIN" As there are now quite a few options to QEMU, move them into their own sub-menu, so it looks a bit less crowded in the 'misc' menu. Signed-off-by: "Yann E. MORIN" --- package/qemu/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/qemu/Config.in b/package/qemu/Config.in index 68d3464..4cc0ca3 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -6,7 +6,7 @@ config BR2_PACKAGE_QEMU_AVAILABLE comment "QEMU requires a toolchain with threads" depends on !BR2_PACKAGE_QEMU_AVAILABLE -config BR2_PACKAGE_QEMU +menuconfig BR2_PACKAGE_QEMU bool "QEMU" depends on BR2_PACKAGE_QEMU_AVAILABLE select BR2_PACKAGE_ZLIB