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

Commit 450ed0db authored by Alexey Brodkin's avatar Alexey Brodkin Committed by Vineet Gupta
Browse files

ARCv2: allow selection of page size for MMUv4



MMUv4 also supports the configurable page size as MMUv3.

Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 262137bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -313,11 +313,11 @@ config ARC_PAGE_SIZE_8K

config ARC_PAGE_SIZE_16K
	bool "16KB"
	depends on ARC_MMU_V3
	depends on ARC_MMU_V3 || ARC_MMU_V4

config ARC_PAGE_SIZE_4K
	bool "4KB"
	depends on ARC_MMU_V3
	depends on ARC_MMU_V3 || ARC_MMU_V4

endchoice