aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-09-27 03:43:39 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-09-27 03:43:39 -0400
commitc167aeef232c45deaf5c6c9be00a1f71b14962d3 (patch)
treebe63782eaf60726ac94f939488af9324e67c68ff /arch/sh/Kconfig
parent09a4df5f0c8b7c418821fe591bf0d0f13b206c61 (diff)
sh: Kill off duplicate NODES_SHIFT.
We already set this in arch/sh/mm/Kconfig, don't set a conflicting one in arch/sh/Kconfig too.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 51bccbc554c..a8693edd4f4 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -570,11 +570,6 @@ config NR_CPUS
570 570
571source "kernel/Kconfig.preempt" 571source "kernel/Kconfig.preempt"
572 572
573config NODES_SHIFT
574 int
575 default "1"
576 depends on NEED_MULTIPLE_NODES
577
578endmenu 573endmenu
579 574
580menu "Boot options" 575menu "Boot options"