-
CONFIG_ARC_HAS_STACK_CHECKING
¶
ARC has STACK_CHECKING
Type: bool
Help¶
ARC is configured with STACK_CHECKING which is a mechanism for checking stack accesses and raising an exception when a stack overflow or underflow is detected.
Kconfig definition¶
At arch/arc/Kconfig:88
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → ARC Options → ARCv2 Family Options
config ARC_HAS_STACK_CHECKING bool prompt "ARC has STACK_CHECKING" ifARC
default "y" ifARC
depends onARC
help ARC is configured with STACK_CHECKING which is a mechanism for checking stack accesses and raising an exception when a stack overflow or underflow is detected.
(Definitions include propagated dependencies, including from if’s and menus.)