arch: arc: remove ARCH_HAS_STACK_PROTECTION for ARC_MPU_VER 2
As we have removed MPU_STACK_GUARD for ARC_MPU_VER 2, we also need to remove ARCH_HAS_STACK_PROTECTION for boards with ARC_MPU_VER 2 and no hardware stack checking, relative commit: commit(arch: arc: remove MPU_STACK_GUARD for ARC_MPU_VER 2) in pull request #24021 Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
This commit is contained in:
parent
52567cf7ce
commit
5c3e7e3cb7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ menu "ARCv2 Family Options"
|
||||||
|
|
||||||
config CPU_ARCV2
|
config CPU_ARCV2
|
||||||
bool
|
bool
|
||||||
select ARCH_HAS_STACK_PROTECTION if ARC_HAS_STACK_CHECKING || ARC_MPU
|
select ARCH_HAS_STACK_PROTECTION if ARC_HAS_STACK_CHECKING || (ARC_MPU && ARC_MPU_VER !=2)
|
||||||
select ARCH_HAS_USERSPACE if ARC_MPU
|
select ARCH_HAS_USERSPACE if ARC_MPU
|
||||||
select USE_SWITCH
|
select USE_SWITCH
|
||||||
select USE_SWITCH_SUPPORTED
|
select USE_SWITCH_SUPPORTED
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue