From patchwork Wed Sep 4 21:35:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 272735 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 077DA2C00E1 for ; Thu, 5 Sep 2013 07:36:27 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0FED88C71B; Wed, 4 Sep 2013 21:36:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L2u-WuSz9vjS; Wed, 4 Sep 2013 21:36:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9E84A8C84E; Wed, 4 Sep 2013 21:36:13 +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 0FD941C2ACF for ; Wed, 4 Sep 2013 21:36:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 019BD8C6BE for ; Wed, 4 Sep 2013 21:36:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lroD9pFPopDz for ; Wed, 4 Sep 2013 21:36:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id E796A8C53F for ; Wed, 4 Sep 2013 21:36:07 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id e12so807156wgh.33 for ; Wed, 04 Sep 2013 14:36:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=m+2EYChzTV4RGzUnH2iEGjbLcB/rDeAmWJTh9VnpkkE=; b=OKjJh9ypOMY9A/0x8tckgP2Cdt3/Qf+BRnG/wh6QD2JkMWnwYBPfywyPCQsaxfM17e QSZ8jMbasDFN8bLkJGkg8jqjSQV8OF4w6LYRb60ZG1coDqQlvrM0uf0m/oepDbgwSMtv gkbPsfcOi9Swhjyi42/kzS/R1OEJz2/xgLupo7xd1FdgV9nblbrPDtpHGD/Iso8Any2D tq9YjaU1bk2GPBPU2BgZR7nRhnSw7ODoj7845j/eqmL+0Znt8KVJp5nAHRs1AbKiRVb0 KwVQ/tIiBVWNi7MsZwwIPG/T6BL0zfJpt9HI9kr5L0H6wimqKA5v8bOI/1X9gZ8pXVYk v2LQ== X-Received: by 10.181.12.104 with SMTP id ep8mr3759324wid.54.1378330566509; Wed, 04 Sep 2013 14:36:06 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id a8sm7147831wie.6.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Sep 2013 14:36:05 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Wed, 4 Sep 2013 23:35:55 +0200 Message-Id: X-Mailer: git-send-email 1.8.1.2 In-Reply-To: References: In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 3/4] targets: move target options to their own 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 From: "Yann E. MORIN" Currently, all target options lie in the top-level menu. This looks a bit clumsy, since all other options are neatly folded into their own sematic sub-menus each. Move the target option into their own sub-menu too. Signed-off-by: "Yann E. MORIN" Thomas De Schampheleire --- arch/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/Config.in b/arch/Config.in index 14899ca..3fd8c1c 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -1,3 +1,5 @@ +menu "Target options" + config BR2_ARCH_IS_64 bool @@ -335,3 +337,5 @@ endif if BR2_xtensa source "arch/Config.in.xtensa" endif + +endmenu # Target options