ARC: MPU: Add thread stack isolation configs
Regarding recent changes in general MPU configuration (https://github.com/zephyrproject-rtos/zephyr/pull/71969), add appropriate configs for isolating thread stacks into ARC MPU. Signed-off-by: Nikolay Agishev <agishev@synopsys.com>
This commit is contained in:
parent
3a3f25c9a6
commit
7180c515c4
1 changed files with 2 additions and 0 deletions
|
@ -35,5 +35,7 @@ config ARC_MPU
|
|||
select GEN_PRIV_STACKS if !(ARC_MPU_VER = 4 || ARC_MPU_VER = 8)
|
||||
select MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT if !(ARC_MPU_VER = 4 || ARC_MPU_VER = 8)
|
||||
select MPU_REQUIRES_NON_OVERLAPPING_REGIONS if (ARC_MPU_VER = 4 || ARC_MPU_VER = 8)
|
||||
select ARCH_MEM_DOMAIN_SUPPORTS_ISOLATED_STACKS
|
||||
select MEM_DOMAIN_ISOLATED_STACKS
|
||||
help
|
||||
Target has ARC MPU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue