mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 22:24:09 +08:00
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>
This commit is contained in:
parent
520588f47f
commit
1300b1b177
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user