diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-07-16 21:45:17 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-07-23 12:04:39 +0300 |
commit | 450ed0db011d200a691591a75fdbcd7cae1a9b4a (patch) | |
tree | 2053fd34a0bbb0417bd69203af36dd0e31364848 /arch/arc | |
parent | 262137bca7cfbe690f8e904822b68f720998324a (diff) | |
download | linux-450ed0db011d200a691591a75fdbcd7cae1a9b4a.tar.bz2 |
ARCv2: allow selection of page size for MMUv4
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>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index f7cfa7d574f6..a5fccdfbfc8f 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 |