The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_LOG_PRINTK

Process printk messages

Type: bool

Help

LOG_PRINTK messages are formatted in place and logged unconditionally.

Direct dependencies

(LOG && SOC_SERIES_INTEL_CAVS_V15) || (LOG && SOC_SERIES_INTEL_CAVS_V18) || (LOG && SOC_SERIES_INTEL_CAVS_V20) || (LOG && SOC_SERIES_INTEL_CAVS_V25) || (!LOG_MINIMAL && !LOG_FRONTEND && !LOG_MINIMAL && LOG)

(Includes any dependencies from ifs and menus.)

Defaults

Symbols that select this symbol

Kconfig definitions

At soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:61

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/xtensa/intel_adsp/Kconfig.defconfig:6

Menu path: (Top)

config LOG_PRINTK
    bool
    default y
    depends on LOG && SOC_SERIES_INTEL_CAVS_V15

At soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:65

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/xtensa/intel_adsp/Kconfig.defconfig:6

Menu path: (Top)

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

At soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:64

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/xtensa/intel_adsp/Kconfig.defconfig:6

Menu path: (Top)

config LOG_PRINTK
    bool
    default y
    depends on LOG && SOC_SERIES_INTEL_CAVS_V20

At soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:64

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/xtensa/intel_adsp/Kconfig.defconfig:6

Menu path: (Top)

config LOG_PRINTK
    bool
    default y
    depends on LOG && SOC_SERIES_INTEL_CAVS_V25

At subsys/logging/Kconfig.processing:8

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:31subsys/logging/Kconfig:23

Menu path: (Top) → Sub Systems and OS Services → Logging → Processing

config LOG_PRINTK
    bool "Process printk messages"
    depends on !LOG_MINIMAL && !LOG_FRONTEND && !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.)