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

Direct dependencies

ARC

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

Defaults

Symbols selected by this symbol

Kconfig definition

At arch/arc/Kconfig:104

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

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

config ARC_STACK_CHECKING
    bool
    default "y" if HW_STACK_PROTECTION && ARC
    select THREAD_STACK_INFO if ARC
    depends on ARC
    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.)