-
CONFIG_LOG_PRINTK
¶
Enable processing of printk messages.
Type: bool
Help¶
LOG_PRINTK messages are formatted in place and logged unconditionally.
Direct dependencies¶
(LOG
&& SOC_INTEL_APL_ADSP
) || (!LOG_MINIMAL
&& LOG
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols that select this symbol¶
Kconfig definitions¶
At soc/xtensa/intel_apl_adsp/Kconfig.defconfig:42
Included via Kconfig:8
→ Kconfig.zephyr:25
Menu path: (Top)
config LOG_PRINTK bool default y depends onLOG
&&SOC_INTEL_APL_ADSP
At subsys/logging/Kconfig:107
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:18
Menu path: (Top) → Logging
config LOG_PRINTK bool "Enable processing of printk messages." depends on !LOG_MINIMAL
&&LOG
help LOG_PRINTK messages are formatted in place and logged unconditionally.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)