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

Symbols that select this symbol

Kconfig definitions

At <Zephyr>/soc/xtensa/intel_apl_adsp/Kconfig.defconfig:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config LOG_PRINTK
    bool
    default y if !CONSOLE
    depends on LOG && SOC_INTEL_APL_ADSP

At <Zephyr>/subsys/logging/Kconfig:107

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → 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.)