Commit 1300b1b1 authored by Paul Mundt's avatar Paul Mundt Committed by Paul Mundt

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 520588f4
...@@ -296,7 +296,7 @@ config VSYSCALL ...@@ -296,7 +296,7 @@ config VSYSCALL
config NUMA config NUMA
bool "Non Uniform Memory Access (NUMA) Support" bool "Non Uniform Memory Access (NUMA) Support"
depends on MMU && EXPERIMENTAL depends on MMU && SPARSEMEM && EXPERIMENTAL
default n default n
help help
Some SH systems have many various memories scattered around Some SH systems have many various memories scattered around
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment