From patchwork Thu Dec 25 23:47:35 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Ravnborg X-Patchwork-Id: 15657 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 9C664DDE98 for ; Fri, 26 Dec 2008 10:46:07 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752082AbYLYXqE (ORCPT ); Thu, 25 Dec 2008 18:46:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752092AbYLYXqE (ORCPT ); Thu, 25 Dec 2008 18:46:04 -0500 Received: from pfepa.post.tele.dk ([195.41.46.235]:36902 "EHLO pfepa.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752082AbYLYXqC (ORCPT ); Thu, 25 Dec 2008 18:46:02 -0500 Received: from ravnborg.org (x1-6-00-1e-2a-84-ae-3e.k225.webspeed.dk [80.163.61.94]) by pfepa.post.tele.dk (Postfix) with ESMTP id C73CDA50021; Fri, 26 Dec 2008 00:45:58 +0100 (CET) Received: by ravnborg.org (Postfix, from userid 500) id 6345A580D0; Fri, 26 Dec 2008 00:47:35 +0100 (CET) Date: Fri, 26 Dec 2008 00:47:35 +0100 From: Sam Ravnborg To: "David S. Miller" , sparclinux Subject: [PATCH] sparc: delete unused config symbols Message-ID: <20081225234735.GA14777@uranus.ravnborg.org> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org There is no need to define a config symbol if it is never set to any value. Undefined symbols equal to 'n'. GENERIC_GPIO looks like it is similar but it is set using select in some other file so it must be kept. Signed-off-by: Sam Ravnborg --- arch/sparc/Kconfig | 28 ---------------------------- 1 files changed, 0 insertions(+), 28 deletions(-) diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 0a94d9c..002f7b4 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -188,14 +188,6 @@ config ARCH_MAY_HAVE_PC_FDC bool default y -config ARCH_HAS_ILOG2_U32 - bool - default n - -config ARCH_HAS_ILOG2_U64 - bool - default n - config EMULATED_CMPXCHG bool default y if SPARC32 @@ -442,26 +434,6 @@ config SERIAL_CONSOLE endmenu menu "Bus options (PCI etc.)" -config ISA - bool - help - ISA is found on Espresso only and is not supported currently. - -config ISAPNP - bool - help - ISAPNP is not supported - -config EISA - bool - help - EISA is not supported. - -config MCA - bool - help - MCA is not supported. - config SBUS bool default y