The latest development version of this page may be more current than this released 2.2.1 version.
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:8Kconfig.zephyr:25

Menu path: (Top)

config LOG_PRINTK
    bool
    default y
    depends on LOG && SOC_INTEL_APL_ADSP

At subsys/logging/Kconfig:107

Included via Kconfig:8Kconfig.zephyr:34subsys/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.)