[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1368609068.1350.182.camel@x61.thuisdomein>
Date: Wed, 15 May 2013 11:11:08 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: David Howells <dhowells@...hat.com>,
Koichi Yasutake <yasutake.koichi@...panasonic.com>
Cc: linux-am33-list@...hat.com, linux-kernel@...r.kernel.org
Subject: [PATCH] mn10300: remove dependency on MN10300_PROC_MN2WS0038
The Kconfig entry for "Symmetric multi-processing support" got added in
v2.6.37. It has an optional dependency on MN10300_PROC_MN2WS0038. But
that Kconfig symbol has never been part of the tree. So this optional
dependency can safely be removed.
Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
Tested by grepping the tree.
arch/mn10300/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig
index 428da17..7f9f34c 100644
--- a/arch/mn10300/Kconfig
+++ b/arch/mn10300/Kconfig
@@ -182,7 +182,7 @@ config SMP
bool "Symmetric multi-processing support"
default y
select USE_GENERIC_SMP_HELPERS
- depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050
+ depends on MN10300_PROC_MN2WS0050
---help---
This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If
--
1.7.11.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists