From patchwork Fri Sep 5 23:25:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 4856351 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 56E439F32F for ; Fri, 5 Sep 2014 23:28:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 888B1201C0 for ; Fri, 5 Sep 2014 23:28:09 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CFDDE20173 for ; Fri, 5 Sep 2014 23:28:08 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XQ2ta-0000wF-MR; Fri, 05 Sep 2014 23:26:22 +0000 Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XQ2tX-0000mJ-JY for linux-arm-kernel@lists.infradead.org; Fri, 05 Sep 2014 23:26:19 +0000 Received: by mail-pd0-f176.google.com with SMTP id w10so7227189pde.7 for ; Fri, 05 Sep 2014 16:25:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=AeAzJ3NQwRM4ve+BpFSd4681Dp6WPG4SbzYcsHpCntQ=; b=JAMaM3yHgnWrI5m8DDAfBNYqzfFcUCkiReD5ssZP+3xXbYDfCbFXxEguZhcqRDmQxy dBi70x0m+a9FRiE4e496yDlIa/VhnF1BdzqmDAcoB+EGSM6WeiXzrqtUu2un9+QFjomc JQz68H9CfiD2ZAQq3t0iKKt54AFyMVISQcnYIxCHLNtRJiM6NEwImfRXVPnKBy6h/usN fsPi0qI5D2UkhqFoOGlknUBZ8lPv/keG0hvvY+NOQ1SphPEhgrhi6e4tYGylRVw6ZfZN UZm+gKK1TyzdxFEUeRl+MBxbi9TP1X1ph6Bl6NsY25iey/j4NOAI2N8rb8bMm5F/4T1Z 8MYw== X-Received: by 10.70.118.68 with SMTP id kk4mr9416654pdb.21.1409959558078; Fri, 05 Sep 2014 16:25:58 -0700 (PDT) Received: from ld-irv-0074.broadcom.com (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPSA id db2sm2644261pbc.16.2014.09.05.16.25.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 05 Sep 2014 16:25:57 -0700 (PDT) From: Brian Norris To: Matt Porter Subject: [PATCH] ARM: brcmstb: Kconfig: drop unneeded symbol selections Date: Fri, 5 Sep 2014 16:25:37 -0700 Message-Id: <1409959537-14217-1-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140905_162619_659877_CC88C587 X-CRM114-Status: UNSURE ( 7.83 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: Florian Fainelli , Linux Kernel , Marc Carino , Brian Norris , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP These are either implied or not necessary. Signed-off-by: Brian Norris --- Based on some of Rob's comments from earlier review arch/arm/mach-bcm/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index fc938005ad39..fa9e6134fa72 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -101,10 +101,7 @@ config ARCH_BCM_5301X config ARCH_BRCMSTB bool "Broadcom BCM7XXX based boards" if ARCH_MULTI_V7 - depends on MMU select ARM_GIC - select MIGHT_HAVE_PCI - select HAVE_SMP select HAVE_ARM_ARCH_TIMER select BRCMSTB_GISB_ARB select BRCMSTB_L2_IRQ