scripts: ci: check_compliance: allow mcuboot log level dbg

Currently, only MCUBOOT_LOG_LEVEL_INF and MCUBOOT_LOG_LEVEL_WRN
are allowed in UNDEF_KCONFIG_ALLOWLIST. Let's allow
MCUBOOT_LOG_LEVEL_DBG as well, since some use cases may require
this level of scrutiny.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
Chris Friedt 2025-01-15 12:23:19 -08:00 committed by Benjamin Cabé
commit af342e5205

View file

@ -1077,6 +1077,7 @@ flagged.
"MCUBOOT_CLEANUP_ARM_CORE", # Used in (sysbuild-based) test "MCUBOOT_CLEANUP_ARM_CORE", # Used in (sysbuild-based) test
"MCUBOOT_DOWNGRADE_PREVENTION", # but symbols are defined in MCUboot "MCUBOOT_DOWNGRADE_PREVENTION", # but symbols are defined in MCUboot
# itself. # itself.
"MCUBOOT_LOG_LEVEL_DBG",
"MCUBOOT_LOG_LEVEL_INF", "MCUBOOT_LOG_LEVEL_INF",
"MCUBOOT_LOG_LEVEL_WRN", # Used in example adjusting MCUboot "MCUBOOT_LOG_LEVEL_WRN", # Used in example adjusting MCUboot
# config, # config,