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

Kconfig definition

At kernel/Kconfig:180

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options

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

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