ARCv2: allow selection of page size for MMUv4
authorAlexey Brodkin <abrodkin@synopsys.com>
Thu, 16 Jul 2015 18:45:17 +0000 (21:45 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Thu, 23 Jul 2015 09:04:39 +0000 (12:04 +0300)
MMUv4 also supports the configurable page size as MMUv3.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Kconfig

index f7cfa7d574f69adb30cd6962ea76c08c7bff8e75..a5fccdfbfc8f71a3011878c7e50d53bcabe6f676 100644 (file)
@@ -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