:orphan: .. title:: CONFIG_THREAD_ANALYZER_USE_PRINTK .. kconfig:: CONFIG_THREAD_ANALYZER_USE_PRINTK CONFIG_THREAD_ANALYZER_USE_PRINTK ################################# *Use printk function* Type: ``bool`` Help ==== .. code-block:: none Use kernel printk function to print thread information. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/debug/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer → Thread analysis print mode .. code-block:: kconfig config THREAD_ANALYZER_USE_PRINTK bool "Use printk function" depends on help Use kernel printk function to print thread information. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*