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 ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/arch/arc/Kconfig:131

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → ARC Options → ARCv2 Family Options

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)