From 9354e181d6aee8dc831c6e940714cece13a2c889 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 5 Sep 2024 10:03:37 +0100 Subject: [PATCH] scripts: ci: check_compliance: Add MCUboot Kconfig Adds a Kconfig used by MCUboot to the allow list Signed-off-by: Jamie McCrae --- scripts/ci/check_compliance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/check_compliance.py b/scripts/ci/check_compliance.py index 11887736877..54964d4449a 100755 --- a/scripts/ci/check_compliance.py +++ b/scripts/ci/check_compliance.py @@ -935,6 +935,7 @@ flagged. "BOOT_SWAP_USING_SCRATCH", # Used in sysbuild for MCUboot configuration "BOOT_ENCRYPTION_KEY_FILE", # Used in sysbuild "BOOT_ENCRYPT_IMAGE", # Used in sysbuild + "BOOT_MAX_IMG_SECTORS_AUTO", # Used in sysbuild "BINDESC_", # Used in documentation as a prefix "BOOT_UPGRADE_ONLY", # Used in example adjusting MCUboot config, but # symbol is defined in MCUboot itself.