-
CONFIG_ARC_STACK_CHECKING
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
ARCV2 has a special feature allowing to check stack overflows. This enables code that allows using this debug feature
Defaults¶
- “y” if
HW_STACK_PROTECTION
&&ARC
Symbols selected by this symbol¶
Kconfig definition¶
At arch/arc/Kconfig:104
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
Menu path: (top menu) → ARC Options → ARCv2 Family Options
config ARC_STACK_CHECKING bool default "y" ifHW_STACK_PROTECTION
&&ARC
selectTHREAD_STACK_INFO
ifARC
depends onARC
help ARCV2 has a special feature allowing to check stack overflows. This enables code that allows using this debug feature
(Definitions include propagated dependencies, including from if’s and menus.)