diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-06 19:04:22 +0900 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-06-08 02:43:49 +0000 |
commit | 1300b1b1776475cd94685f5f61b83f84801e08e9 (patch) | |
tree | 12380959ec0420e85e03543de8f810349c8e45be /arch/sh | |
parent | 520588f47f20a6dcaf81655e1da378e5fe6d5015 (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')
-rw-r--r-- | arch/sh/mm/Kconfig | 2 |
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 config NUMA bool "Non Uniform Memory Access (NUMA) Support" - depends on MMU && EXPERIMENTAL + depends on MMU && SPARSEMEM && EXPERIMENTAL default n help Some SH systems have many various memories scattered around |