The latest development version of this page may be more current than this released 1.14.0 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

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/logging/Kconfig:87

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:20

Menu path: (top menu) → Logging

config LOG_PRINTK
    bool
    prompt "Enable processing of printk messages." if LOG
    depends on LOG
    help
      LOG_PRINTK messages are formatted in place and logged unconditionally.

(Definitions include propagated dependencies, including from if’s and menus.)