:orphan: .. title:: CONFIG_ARC_HAS_STACK_CHECKING .. kconfig:: CONFIG_ARC_HAS_STACK_CHECKING CONFIG_ARC_HAS_STACK_CHECKING ############################# *ARC has STACK\_CHECKING* Type: ``bool`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`ISA_ARCV2 ` && \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/arc/Kconfig:184`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options → ARC CPU Options .. code-block:: kconfig config ARC_HAS_STACK_CHECKING bool "ARC has STACK_CHECKING" default y depends on ISA_ARCV2 && ARC 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*