Skip to content
Snippets Groups Projects
Commit b85641bd authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Make memory hot-add and hot-remove depend on MMU.


Cleans up link numerous build issues with page migration and so on when
enabled on nommu builds.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent b3d765f5
No related branches found
No related tags found
No related merge requests found
......@@ -132,11 +132,11 @@ config ARCH_SELECT_MEMORY_MODEL
config ARCH_ENABLE_MEMORY_HOTPLUG
def_bool y
depends on SPARSEMEM
depends on SPARSEMEM && MMU
config ARCH_ENABLE_MEMORY_HOTREMOVE
def_bool y
depends on SPARSEMEM
depends on SPARSEMEM && MMU
config ARCH_MEMORY_PROBE
def_bool y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment