From: Alexey Brodkin Date: Thu, 16 Jul 2015 18:45:17 +0000 (+0300) Subject: ARCv2: allow selection of page size for MMUv4 X-Git-Tag: submit/tizen/20160607.132125~1985^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=450ed0db011d200a691591a75fdbcd7cae1a9b4a;p=sdk%2Femulator%2Femulator-kernel.git ARCv2: allow selection of page size for MMUv4 MMUv4 also supports the configurable page size as MMUv3. Signed-off-by: Alexey Brodkin Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index f7cfa7d..a5fccdf 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -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