Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753597Ab3GHEu3 (ORCPT ); Mon, 8 Jul 2013 00:50:29 -0400 Received: from mail.free-electrons.com ([94.23.35.102]:57394 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753532Ab3GHEu2 (ORCPT ); Mon, 8 Jul 2013 00:50:28 -0400 From: Michael Opdenacker To: vapier@gentoo.org Cc: uclinux-dist-devel@blackfin.uclinux.org, linux-kernel@vger.kernel.org, Michael Opdenacker Subject: [PATCH] blackfin: remove unused parameters in Kconfig Date: Mon, 8 Jul 2013 06:50:12 +0200 Message-Id: <1373259012-22937-1-git-send-email-michael.opdenacker@free-electrons.com> X-Mailer: git-send-email 1.8.1.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1484 Lines: 50 This patch proposes to remove kernel configuration parameters defined in arch/blackfin/Kconfig, but used nowhere in the makefiles and source code. Signed-off-by: Michael Opdenacker --- arch/blackfin/Kconfig | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 08c7ac6..22478a6 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -861,14 +861,6 @@ config SYS_BFIN_SPINLOCK_L1 If enabled, sys_bfin_spinlock function is linked into L1 instruction memory. (less latency) -config IP_CHECKSUM_L1 - bool "Locate IP Checksum function in L1 Memory" - default n - depends on !SMP - help - If enabled, the IP Checksum function is linked - into L1 instruction memory. (less latency) - config CACHELINE_ALIGNED_L1 bool "Locate cacheline_aligned data to L1 Data Memory" default y if !BF54x @@ -1330,13 +1322,6 @@ config PM_BFIN_WAKE_PB15 help Enable PB15 Wake-Up -config PM_BFIN_WAKE_PB15_POL - int "Wake-up priority" - depends on PM_BFIN_WAKE_PB15 - default 0 - help - Wake-Up priority 0(low) 1(high) - config PM_BFIN_WAKE_PC15 bool "Allow Wake-Up from PC15" depends on PM && BF60x -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/