:orphan: .. title:: choice: Thread analysis print mode .. _choice_430: .. describe:: choice: Thread analysis print mode *Thread analysis print mode* Type: ``bool`` Direct dependencies =================== \ :kconfig:`THREAD_ANALYZER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`THREAD_ANALYZER_USE_LOG ` - \ :kconfig:`THREAD_ANALYZER_USE_PRINTK ` Kconfig definition ================== At ``/debug/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer .. code-block:: kconfig choice bool "Thread analysis print mode" depends on THREAD_ANALYZER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*