:orphan: .. title:: CONFIG_THREAD_NAME .. kconfig:: CONFIG_THREAD_NAME CONFIG_THREAD_NAME ################## *Thread name* Type: ``bool`` Help ==== .. code-block:: none This option allows to set a name for a thread. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`DEBUG_THREAD_INFO ` - \ :kconfig:`TEST ` - \ :kconfig:`PERCEPIO_TRACERECORDER ` Symbols that imply this symbol ============================== - \ :kconfig:`KERNEL_SHELL ` - \ :kconfig:`TRACING ` Kconfig definition ================== At ``/Kconfig:345`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics .. code-block:: kconfig config THREAD_NAME bool "Thread name" help This option allows to set a name for a thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*