Skip to content

Commit

Permalink
ARC: mm: MMU v1..v3 only selectable for ARCompact ISA based cores
Browse files Browse the repository at this point in the history
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
Vineet Gupta committed Oct 17, 2015
1 parent 5c35ee6 commit c583ee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ choice
default ARC_MMU_V2 if ARC_CPU_750D
default ARC_MMU_V4 if ARC_CPU_HS

if ISA_ARCOMPACT

config ARC_MMU_V1
bool "MMU v1"
help
Expand All @@ -301,6 +303,8 @@ config ARC_MMU_V3
Variable Page size (1k-16k), var JTLB size 128 x (2 or 4)
Shared Address Spaces (SASID)

endif

config ARC_MMU_V4
bool "MMU v4"
depends on ISA_ARCV2
Expand Down

0 comments on commit c583ee4

Please sign in to comment.