Skip to content

Commit 1c0a4ca

Browse files
jfischer-nocfriedt
authored andcommitted
scripts: ci: check_compliance.py: add BOOT_SERIAL_UART to ALLOWLIST
Add Kconfig option BOOT_SERIAL_UART, defined in the MCUboot module but needed to be used in tests, to the UNDEF_KCONFIG_ALLOWLIST. Signed-off-by: Johann Fischer <[email protected]>
1 parent 49a48a4 commit 1c0a4ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,7 @@ def check_no_undef_outside_kconfig(self, kconf):
12131213
"BOOT_SERIAL_CDC_ACM", # Used in (sysbuild-based) test
12141214
"BOOT_SERIAL_ENTRANCE_GPIO", # Used in (sysbuild-based) test
12151215
"BOOT_SERIAL_IMG_GRP_HASH", # Used in documentation
1216+
"BOOT_SERIAL_UART", # Used in (sysbuild-based) test
12161217
"BOOT_SHARE_BACKEND_RETENTION", # Used in Kconfig text
12171218
"BOOT_SHARE_DATA", # Used in Kconfig text
12181219
"BOOT_SHARE_DATA_BOOTINFO", # Used in (sysbuild-based) test

0 commit comments

Comments
 (0)