From patchwork Sun Dec 9 16:35:20 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: 204750 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 DDCB52C01FD for ; Mon, 10 Dec 2012 03:41:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B6307A029E; Sun, 9 Dec 2012 16:41:42 +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 Wol+WjALCEhT; Sun, 9 Dec 2012 16:41:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 66FC7A014A; Sun, 9 Dec 2012 16:37:45 +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 084BC8F74B for ; Sun, 9 Dec 2012 16:36:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E9DEE81BA8 for ; Sun, 9 Dec 2012 16:36:25 +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 YvnZ-y3p1SNf for ; Sun, 9 Dec 2012 16:36:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0C1C481B94 for ; Sun, 9 Dec 2012 16:36:24 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id e12so1029776wge.10 for ; Sun, 09 Dec 2012 08:36:24 -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=XCSdcVHEDXnazzRFu/BHTDSLyDy0gmja9CEdbTZUh0k=; b=wWV/QjeIQarwqndBnTK0SZ5xADBYVmPYhmaGEOGK77XVFJ0NEPVIBpk/t/6p3CSesE 5LazMiuRiIHL9k06iHr13WLx5fUwbxlwlDywcthneayuAep7E92+LQRMUB+cFdVOph5O GKTxqNK41YW/6l+mhB1Xiu3rJtcoQtrk9XpyNHo5/E8upfM4LDESbFBl8yS3P64oAee2 5n70rIa616DOe8aqkLtgRku/HWzSmyQHlj6AZkdgIYqD/H0sPl8tKAjY1TH+gCfGD3RB LpGRDKmHaB0YrUcBf/QieuRPJ14Cih4W4sXqTzF/+2k31zWYzKkUyD4LaghwWClxyJL0 60cg== Received: by 10.180.14.2 with SMTP id l2mr6985819wic.2.1355070984558; Sun, 09 Dec 2012 08:36:24 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-76-30.w90-32.abo.wanadoo.fr. [90.32.155.30]) by mx.google.com with ESMTPS id fv2sm6587947wib.4.2012.12.09.08.36.23 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Dec 2012 08:36:23 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 9 Dec 2012 17:35:20 +0100 Message-Id: <1355070924-8009-48-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1355070924-8009-1-git-send-email-yann.morin.1998@free.fr> References: <1355070924-8009-1-git-send-email-yann.morin.1998@free.fr> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 47/51] 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 7306f43..c0b905a 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