The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_THREAD_STACK_INFO

Thread stack info

Type: bool

Help

This option allows each thread to store the thread stack info into
the k_thread data structure.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Symbols that imply this symbol

Kconfig definition

At kernel/Kconfig:173

Included via Kconfig:8Kconfig.zephyr:40

Menu path: (Top) → General Kernel Options

config THREAD_STACK_INFO
    bool "Thread stack info"
    help
      This option allows each thread to store the thread stack info into
      the k_thread data structure.

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