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 imply this symbol

Kconfig definition

At <Zephyr>/kernel/Kconfig:183

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:30

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.)