Skip to content
Snippets Groups Projects
Commit 1a83e175 authored by Russell King's avatar Russell King Committed by Linus Torvalds
Browse files

mm: fix sparsemem configuration


Currently, sparsemem is only available if EXPERIMENTAL is enabled.
However, it hasn't ever been marked experimental.

It's been about four years since sparsemem was merged, and we have
platforms which depend on it; allow architectures to decide whether
sparsemem should be the default memory model.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c2494ace
Branches
Tags
No related merge requests found
...@@ -67,7 +67,7 @@ config DISCONTIGMEM ...@@ -67,7 +67,7 @@ config DISCONTIGMEM
config SPARSEMEM config SPARSEMEM
def_bool y def_bool y
depends on SPARSEMEM_MANUAL depends on (!SELECT_MEMORY_MODEL && ARCH_SPARSEMEM_ENABLE) || SPARSEMEM_MANUAL
config FLATMEM config FLATMEM
def_bool y def_bool y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment