Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ce7ddd5 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Truncate MAX_ACTIVE_REGIONS for the common case.



Most SH platforms aren't going to need more than a single active
region, ones that need more can pad this out as necessary.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent a361a68b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -303,6 +303,10 @@ config NODES_SHIFT
config ARCH_FLATMEM_ENABLE
	def_bool y

config MAX_ACTIVE_REGIONS
	int
	default "1"

config ARCH_POPULATES_NODE_MAP
	def_bool y