-
CONFIG_MPU_STACK_GUARD
¶
Thread Stack Guards
Thread Stack Guards
Type: bool
Help¶
Enable thread stack guards via MPU. ARC supports built-in stack protection. If your core supports that, it is preferred over MPU stack guard
Help¶
Enable Thread Stack Guards via MPU
Direct dependencies¶
(ARC_CORE_MPU
&& CPU_HAS_MPU
&& ARC
) || (ARM_MPU
&& CPU_HAS_MPU
&& ARM
)
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definitions¶
At arch/arc/core/mpu/Kconfig:21
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/arc/Kconfig:167
Menu path: (top menu) → ARC Options → ARCv2 Family Options → ARC MPU Options
config MPU_STACK_GUARD bool prompt "Thread Stack Guards" ifARC_CORE_MPU
&&CPU_HAS_MPU
&&ARC
depends onARC_CORE_MPU
&&CPU_HAS_MPU
&&ARC
help Enable thread stack guards via MPU. ARC supports built-in stack protection. If your core supports that, it is preferred over MPU stack guard
At arch/arm/core/cortex_m/mpu/Kconfig:35
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/arm/Kconfig:13
→ arch/arm/core/Kconfig:168
Menu path: (top menu) → ARM Options
config MPU_STACK_GUARD bool prompt "Thread Stack Guards" ifARM_MPU
&&CPU_HAS_MPU
&&ARM
depends onARM_MPU
&&CPU_HAS_MPU
&&ARM
help Enable Thread Stack Guards via MPU
(Definitions include propagated dependencies, including from if’s and menus.)