Skip to content

Commit 2578fb9

Browse files
committed
soc: snps: nsim: arc_v: rmx: add PMP_GRANULARITY configuration
Add explicit PMP_GRANULARITY default value of 8 to RMX SoC configuration to match the RHX configuration. This is purely for verbosity - no functional change as RISCV_PMP was already enabled and PMP_GRANULARITY already defaulted to this value. Signed-off-by: Afonso Oliveira <[email protected]>
1 parent d537954 commit 2578fb9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

soc/snps/nsim/arc_v/rmx/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
config SOC_SERIES_NSIM_ARC_V_RMX
55
bool
6-
76
select RISCV
87
select RISCV_PRIVILEGED
98
select RISCV_ISA_RV32I

soc/snps/nsim/arc_v/rmx/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ config RISCV_PMP
1818
config PMP_SLOTS
1919
default 16
2020

21+
config PMP_GRANULARITY
22+
default 8
23+
2124
endif # SOC_SERIES_NSIM_ARC_V_RMX

0 commit comments

Comments
 (0)