CONFIG_ARC_STACK_CHECKING

(No prompt – not directly user assignable.)

Type: bool

Help

Use ARC STACK_CHECKING to do stack protection

Direct dependencies

ARC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

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

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

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

config ARC_STACK_CHECKING
    bool
    select NO_UNUSED_STACK_INSPECTION
    depends on ARC
    help
      Use ARC STACK_CHECKING to do stack protection

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