- choice MCUBOOT_UTIL_LOG_LEVEL_CHOICE: Max compiled-in log level for MCUboot bootutil
Max compiled-in log level for MCUboot bootutil
Type: bool
Direct dependencies¶
LOG
&& MCUBOOT_BOOTUTIL_LIB_OWN_LOG
&& MCUBOOT_BOOTUTIL_LIB
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:3
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:34
→ modules/Kconfig.mcuboot_bootutil:21
Menu path: (Top) → Modules → MCUboot utility library
choice MCUBOOT_UTIL_LOG_LEVEL_CHOICE
bool "Max compiled-in log level for MCUboot bootutil"
default MCUBOOT_UTIL_LOG_LEVEL_INF
depends on LOG && MCUBOOT_BOOTUTIL_LIB_OWN_LOG && MCUBOOT_BOOTUTIL_LIB
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)