:orphan: .. title:: CONFIG_THREAD_STACK_INFO .. kconfig:: CONFIG_THREAD_STACK_INFO CONFIG_THREAD_STACK_INFO ######################## *Thread stack info* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`ARC_STACK_PROTECTION ` - \ :kconfig:`ARC_MPU ` - \ :kconfig:`BUILTIN_STACK_GUARD ` - \ :kconfig:`ARM_MPU ` - \ :kconfig:`ARM_MPU ` - \ :kconfig:`RISCV_PMP ` - \ :kconfig:`X86_STACK_PROTECTION ` - \ :kconfig:`X86_USERSPACE ` - \ :kconfig:`X86_STACK_PROTECTION ` - \ :kconfig:`X86_USERSPACE ` - \ :kconfig:`USERSPACE ` - \ :kconfig:`KERNEL_COHERENCE ` - \ :kconfig:`THREAD_ANALYZER ` - \ :kconfig:`STACK_SENTINEL ` - \ :kconfig:`DEBUG_COREDUMP_MEMORY_DUMP_MIN ` Symbols that imply this symbol ============================== - \ :kconfig:`KERNEL_SHELL ` - \ :kconfig:`TRACING ` Kconfig definition ================== At ``/Kconfig:173`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options .. code-block:: kconfig 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.)*