-
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
.
Kconfig definition¶
At subsys/logging/Kconfig:186
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:18
Menu path: (top menu) → Logging Options
config LOG_PRINTK bool prompt "Enable processing of printk messages." ifLOG
depends onLOG
help LOG_PRINTK messages are formatted in place and logged unconditionally.
(Definitions include propagated dependencies, including from if’s and menus.)