Skip to content

Commit b7fa3ed

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 9f5bf96 commit b7fa3ed

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
@@ -1015,6 +1015,7 @@ def check_no_undef_outside_kconfig(self, kconf):
10151015
"BOOT_ENCRYPTION_KEY_FILE", # Used in sysbuild
10161016
"BOOT_ENCRYPT_IMAGE", # Used in sysbuild
10171017
"BOOT_FIRMWARE_LOADER", # Used in sysbuild for MCUboot configuration
1018+
"BOOT_FIRMWARE_LOADER_BOOT_MODE", # Used in sysbuild for MCUboot configuration
10181019
"BOOT_MAX_IMG_SECTORS_AUTO", # Used in sysbuild
10191020
"BOOT_RAM_LOAD", # Used in sysbuild for MCUboot configuration
10201021
"BOOT_SERIAL_BOOT_MODE", # Used in (sysbuild-based) test/

0 commit comments

Comments
 (0)