From patchwork Mon Dec 10 23:45:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 205103 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 9DE3E2C0323 for ; Tue, 11 Dec 2012 10:51:41 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5B342A0155; Mon, 10 Dec 2012 23:51:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iNGFtz3-LZ6Y; Mon, 10 Dec 2012 23:51:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 36F9DA01E1; Mon, 10 Dec 2012 23:48:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 78D108F79A for ; Mon, 10 Dec 2012 23:47:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 02A578A28B for ; Mon, 10 Dec 2012 23:47:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dGqLeGIUU6-u for ; Mon, 10 Dec 2012 23:47:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 265AA8A17D for ; Mon, 10 Dec 2012 23:46:06 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id hm2so1427281wib.10 for ; Mon, 10 Dec 2012 15:46:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=sCdcScM+n97jNxOozraUnjZ+75qUJF50Gel9QUlLzs4=; b=nZdt4UYPJjJS/u/70jqZfWcSpUnsHjjGQ/Ub0WsyNAjmbhu0xFY/Jl5uX8YyEgAGY3 quKU+/Lm2BpLiYixTYGSCLhBQL1pvbq0549nQ//huj1SVRe1kEBA9LZpNRFe3kv6j/C+ l+PARlXJlnDWesi7YvqzncXcBb4W47CiDLjsHCfNhoiybkApz2zIasTWVGIqkKfM7l77 iDI9xTAiwHwRv+8JYvAHHrO7NkRfkAfNSjeffFD90yOI13jR8YYDGlXhGfUIilr2dWFA bFxOcNA97EgxZ9mrcExFfLmiU6u/NtRXNsajLvPYE91GVgYvrmrpAokuzTFeS95dtED2 fGXA== Received: by 10.194.81.228 with SMTP id d4mr239778wjy.22.1355183165532; Mon, 10 Dec 2012 15:46:05 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-41-119.w90-32.abo.wanadoo.fr. [90.32.24.119]) by mx.google.com with ESMTPS id bz12sm13895257wib.5.2012.12.10.15.46.04 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Dec 2012 15:46:05 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Tue, 11 Dec 2012 00:45:08 +0100 Message-Id: <1355183112-10735-49-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1355183112-10735-1-git-send-email-yann.morin.1998@free.fr> References: <1355183112-10735-1-git-send-email-yann.morin.1998@free.fr> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 48/52] package/qemu: move sub-options into a sub-menu X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net 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 4aa8647..435775a 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