-
CONFIG_LOG_PRINTK
¶
Enable processing of printk messages.
Type: bool
Help¶
LOG_PRINTK messages are formatted in place and logged unconditionally.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/logging/Kconfig:90
Included via Kconfig:10
→ Kconfig.zephyr:44
→ subsys/Kconfig:20
Menu path: (Top) → Logging
config LOG_PRINTK
bool "Enable processing of printk messages."
depends on LOG
help
LOG_PRINTK messages are formatted in place and logged unconditionally.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)