soc: arc: mark nsim_vpx5 as supporting MPU

This selects CONFIG_CPU_HAS_MPU for nsim_vpx5 series SoC as
it supports ARC MPUv3.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung
2026-01-07 13:11:59 -08:00
committed by Fabio Baltieri
parent 2c911b1b8a
commit ee8f9915a4
2 changed files with 4 additions and 0 deletions

View File

@@ -3,3 +3,4 @@
config SOC_SERIES_NSIM_VPX5
select ARC
select CPU_HAS_MPU

View File

@@ -30,4 +30,7 @@ config ARC_FIRQ
config CACHE_MANAGEMENT
default y
config ARC_MPU_VER
default 3 if ARC_MPU_ENABLE
endif # SOC_NSIM_VPX5