:orphan: .. title:: ARC_STACK_CHECKING .. option:: CONFIG_ARC_STACK_CHECKING *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Use ARC STACK_CHECKING to do stack protection Direct dependencies =================== \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NO_UNUSED_STACK_INSPECTION ` Symbols that select this symbol =============================== - \ :option:`ARC_STACK_PROTECTION ` Kconfig definition ================== .. highlight:: kconfig At ``arch/arc/Kconfig:149`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options → ARCv2 Family Options .. parsed-literal:: config ARC_STACK_CHECKING bool select \ :option:`NO_UNUSED_STACK_INSPECTION ` depends on \ :option:`ARC ` help Use ARC STACK_CHECKING to do stack protection *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*