:orphan: .. title:: LOG_PRINTK .. option:: CONFIG_LOG_PRINTK *Process printk messages* Type: ``bool`` Help ==== LOG_PRINTK messages are formatted in place and logged unconditionally. Direct dependencies =================== (\ :option:`LOG ` && \ :option:`SOC_SERIES_INTEL_CAVS_V15 `) || (\ :option:`LOG ` && \ :option:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :option:`LOG ` && \ :option:`SOC_SERIES_INTEL_CAVS_V20 `) || (\ :option:`LOG ` && \ :option:`SOC_SERIES_INTEL_CAVS_V25 `) || (!\ :option:`LOG_MINIMAL ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y if !\ :option:`CONSOLE ` - y - y Symbols that select this symbol =============================== - \ :option:`LOG_BACKEND_RTT_FORCE_PRINTK ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config LOG_PRINTK bool default y depends on \ :option:`LOG ` && \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` ---- At ``soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config LOG_PRINTK bool default y if !\ :option:`CONSOLE ` depends on \ :option:`LOG ` && \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` ---- At ``soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config LOG_PRINTK bool default y depends on \ :option:`LOG ` && \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` ---- At ``soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config LOG_PRINTK bool default y depends on \ :option:`LOG ` && \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` ---- At ``subsys/logging/Kconfig.processing:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Processing .. parsed-literal:: config LOG_PRINTK bool "Process printk messages" depends on !\ :option:`LOG_MINIMAL ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help LOG_PRINTK messages are formatted in place and logged unconditionally. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*