From patchwork Tue May 13 04:03:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cody P Schafer X-Patchwork-Id: 348223 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 8CE7F1400D5 for ; Tue, 13 May 2014 14:04:08 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AF8658BF73; Tue, 13 May 2014 04:04:07 +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 eET5vPcn9F5l; Tue, 13 May 2014 04:04:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E792F8C22A; Tue, 13 May 2014 04:03:50 +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 231C91C2156 for ; Tue, 13 May 2014 04:03:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1D73D8BFF6 for ; Tue, 13 May 2014 04:03:36 +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 GM8bTOfZrLBb for ; Tue, 13 May 2014 04:03:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from e39.co.us.ibm.com (e39.co.us.ibm.com [32.97.110.160]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1EB288BFE4 for ; Tue, 13 May 2014 04:03:35 +0000 (UTC) Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 12 May 2014 22:03:34 -0600 Received: from d01dlp01.pok.ibm.com (9.56.250.166) by e39.co.us.ibm.com (192.168.1.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 12 May 2014 22:03:32 -0600 Received: from b01cxnp22035.gho.pok.ibm.com (b01cxnp22035.gho.pok.ibm.com [9.57.198.25]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id D231D38C804A for ; Tue, 13 May 2014 00:03:31 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by b01cxnp22035.gho.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s4D43VD89830782 for ; Tue, 13 May 2014 04:03:31 GMT Received: from d01av04.pok.ibm.com (localhost [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s4D43VKT025050 for ; Tue, 13 May 2014 00:03:31 -0400 Received: from kernel.stglabs.ibm.com (kernel.stglabs.ibm.com [9.114.214.19]) by d01av04.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s4D43Uwc024891 for ; Tue, 13 May 2014 00:03:30 -0400 Received: from negative.ibm.com (unknown [9.80.100.93]) by kernel.stglabs.ibm.com (Postfix) with SMTP id A7E112401EB; Mon, 12 May 2014 21:03:29 -0700 (PDT) From: Cody P Schafer To: buildroot@busybox.net Date: Mon, 12 May 2014 21:03:18 -0700 Message-Id: <1399953799-32054-9-git-send-email-cody@linux.vnet.ibm.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1399953799-32054-1-git-send-email-cody@linux.vnet.ibm.com> References: <1399953799-32054-1-git-send-email-cody@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14051304-9332-0000-0000-000000C510B9 Subject: [Buildroot] [PATCH v4 8/9] powerpc: remove unneeded dependencies 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 Signed-off-by: Cody P Schafer --- arch/Config.in.powerpc | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/Config.in.powerpc b/arch/Config.in.powerpc index 6b9a56f..b2f0555 100644 --- a/arch/Config.in.powerpc +++ b/arch/Config.in.powerpc @@ -6,7 +6,6 @@ config BR2_POWERPC_CPU_HAS_SPE choice prompt "Target Architecture Variant" - depends on BR2_powerpc default BR2_generic_powerpc help Specific CPU variant to use @@ -127,7 +126,6 @@ endchoice choice prompt "Target ABI" - depends on BR2_powerpc default BR2_powerpc_SPE if BR2_POWERPC_CPU_HAS_SPE default BR2_powerpc_CLASSIC help