:orphan: .. title:: THREAD_STACK_INFO .. option:: 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 =============================== - \ :option:`ARC_STACK_PROTECTION ` - \ :option:`ARC_MPU ` - \ :option:`BUILTIN_STACK_GUARD ` - \ :option:`ARM_MPU ` - \ :option:`RISCV_PMP ` - \ :option:`X86_STACK_PROTECTION ` - \ :option:`X86_USERSPACE ` - \ :option:`X86_STACK_PROTECTION ` - \ :option:`X86_USERSPACE ` - \ :option:`USERSPACE ` - \ :option:`KERNEL_COHERENCE ` - \ :option:`THREAD_ANALYZER ` - \ :option:`STACK_SENTINEL ` - \ :option:`DEBUG_COREDUMP_MEMORY_DUMP_MIN ` Symbols that imply this symbol ============================== - \ :option:`KERNEL_SHELL ` - \ :option:`TRACING ` Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:184`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options .. parsed-literal:: 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.)*