Browse Source

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>
Paul Mundt 18 years ago
parent
commit
1300b1b177
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sh/mm/Kconfig

+ 1 - 1
arch/sh/mm/Kconfig

@@ -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