:orphan: .. title:: LOG_PRINTK .. option:: CONFIG_LOG_PRINTK *Enable processing of printk messages.* Type: ``bool`` Help ==== LOG_PRINTK messages are formatted in place and logged unconditionally. Direct dependencies =================== !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`LOG_BACKEND_RTT_FORCE_PRINTK ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:18`` Menu path: (Top) → Logging .. parsed-literal:: config LOG_PRINTK bool "Enable processing of printk messages." depends on !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help LOG_PRINTK messages are formatted in place and logged unconditionally. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*