From patchwork Tue Jan 29 22:44:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [27/29] package/qemu: move sub-options into a sub-menu From: "Yann E. MORIN" X-Patchwork-Id: 216714 Message-Id: <71e672f52e60ae480eb43d671ce5a43cb4cde567.1359498903.git.yann.morin.1998@free.fr> To: buildroot@busybox.net Cc: "Yann E. MORIN" Date: Tue, 29 Jan 2013 23:44:11 +0100 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 022b07b..64a7e6f 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -2,7 +2,7 @@ comment "QEMU requires a toolchain with threads" depends on !BR2_i386 && !BR2_x86_64 depends on !BR2_TOOLCHAIN_HAS_THREADS -config BR2_PACKAGE_QEMU +menuconfig BR2_PACKAGE_QEMU bool "QEMU" depends on BR2_i386 || BR2_x86_64 depends on BR2_TOOLCHAIN_HAS_THREADS