aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-06-06 06:04:22 -0400
committerPaul Mundt <lethal@hera.kernel.org>2007-06-07 22:43:49 -0400
commit1300b1b1776475cd94685f5f61b83f84801e08e9 (patch)
tree12380959ec0420e85e03543de8f810349c8e45be /arch/sh/mm
parent520588f47f20a6dcaf81655e1da378e5fe6d5015 (diff)
sh: Make NUMA depend on sparsemem.
The only platforms that are supporting NUMA are doing so via sparsemem, so update the dependency. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r--arch/sh/mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index dd9b226c5d4b..c713d13fcca9 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -296,7 +296,7 @@ config VSYSCALL
296 296
297config NUMA 297config NUMA
298 bool "Non Uniform Memory Access (NUMA) Support" 298 bool "Non Uniform Memory Access (NUMA) Support"
299 depends on MMU && EXPERIMENTAL 299 depends on MMU && SPARSEMEM && EXPERIMENTAL
300 default n 300 default n
301 help 301 help
302 Some SH systems have many various memories scattered around 302 Some SH systems have many various memories scattered around