Skip to content

Commit 718f0e7

Browse files
mjyscikartben
authored andcommitted
scripts: compliance: Add items to UNDEF_KCONFIG_ALLOWLIST
`BOOT_ENCRYPT_ALG_AES_128` and `BOOT_ENCRYPT_ALG_AES_256` are used in `share/sysbuild/image_configurations/BOOTLOADER_image_default.cmake` They were first introduced in commit 9a1fe30 Signed-off-by: MA Junyi <[email protected]>
1 parent 7cb48cc commit 718f0e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,8 @@ def check_no_undef_outside_kconfig(self, kconf):
12001200
"BOOT_DIRECT_XIP", # Used in sysbuild for MCUboot configuration
12011201
"BOOT_DIRECT_XIP_REVERT", # Used in sysbuild for MCUboot configuration
12021202
"BOOT_ENCRYPTION_KEY_FILE", # Used in sysbuild
1203+
"BOOT_ENCRYPT_ALG_AES_128", # Used in sysbuild
1204+
"BOOT_ENCRYPT_ALG_AES_256", # Used in sysbuild
12031205
"BOOT_ENCRYPT_IMAGE", # Used in sysbuild
12041206
"BOOT_FIRMWARE_LOADER", # Used in sysbuild for MCUboot configuration
12051207
"BOOT_FIRMWARE_LOADER_BOOT_MODE", # Used in sysbuild for MCUboot configuration

0 commit comments

Comments
 (0)