Skip to content

Commit aa45d01

Browse files
committed
scripts: ci: check_compliance: Add Kconfig to allow list
Adds a Kconfig used in MCUboot to the allow list Signed-off-by: Jamie McCrae <[email protected]>
1 parent 711f8d1 commit aa45d01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/check_compliance.py

+1
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,7 @@ def check_no_undef_outside_kconfig(self, kconf):
10141014
"BOOT_ENCRYPTION_KEY_FILE", # Used in sysbuild
10151015
"BOOT_ENCRYPT_IMAGE", # Used in sysbuild
10161016
"BOOT_FIRMWARE_LOADER", # Used in sysbuild for MCUboot configuration
1017+
"BOOT_FIRMWARE_LOADER_BOOT_MODE", # Used in sysbuild for MCUboot configuration
10171018
"BOOT_MAX_IMG_SECTORS_AUTO", # Used in sysbuild
10181019
"BOOT_RAM_LOAD", # Used in sysbuild for MCUboot configuration
10191020
"BOOT_SERIAL_BOOT_MODE", # Used in (sysbuild-based) test/

0 commit comments

Comments
 (0)