The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

ARC

(Includes any dependencies from if’s and menus.)

Defaults

  • “y” if ARC

Kconfig definition

At arch/arc/Kconfig:88

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → ARC Options → ARCv2 Family Options

config ARC_HAS_STACK_CHECKING
    bool
    prompt "ARC has STACK_CHECKING" if ARC
    default "y" if ARC
    depends on 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.

(Definitions include propagated dependencies, including from if’s and menus.)