diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-04-06 17:22:39 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-22 14:06:55 +0530 |
commit | d7a512bfe0be3790bae8465b4cb6c1bbca03c616 (patch) | |
tree | fd9a859c1e104ffa9032720ffd99dac0c4213478 /arch/arc/Kconfig | |
parent | 4de0e52867d831057676340271d21cfb920eac1c (diff) | |
download | linux-d7a512bfe0be3790bae8465b4cb6c1bbca03c616.tar.gz linux-d7a512bfe0be3790bae8465b4cb6c1bbca03c616.tar.bz2 linux-d7a512bfe0be3790bae8465b4cb6c1bbca03c616.zip |
ARCv2: MMUv4: TLB programming Model changes
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index f72398847b5b..6568977bb302 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -267,6 +267,7 @@ choice prompt "MMU Version" default ARC_MMU_V3 if ARC_CPU_770 default ARC_MMU_V2 if ARC_CPU_750D + default ARC_MMU_V4 if ARC_CPU_HS config ARC_MMU_V1 bool "MMU v1" @@ -287,6 +288,10 @@ config ARC_MMU_V3 Variable Page size (1k-16k), var JTLB size 128 x (2 or 4) Shared Address Spaces (SASID) +config ARC_MMU_V4 + bool "MMU v4" + depends on ISA_ARCV2 + endchoice |