Skip to content

Commit 0fda95b

Browse files
committed
scripts: ci: compliance: Undef TFM_USE_TRUSTZONE
Add TFM_USE_TRUSTZONE to UNDEF_KCONFIG_ALLOWLIST. This is necessary when a TF-M board is defined inside Zephyr boards, which configure an Out-Of-Tree board. Signed-off-by: BUDKE Gerson Fernando <gerson.budke@leica-geosystems.com>
1 parent a24f3b7 commit 0fda95b

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
@@ -1330,6 +1330,7 @@ def check_no_undef_outside_kconfig(self, kconf):
13301330
"STACK_SIZE", # Used as an example in the Kconfig docs
13311331
"STD_CPP", # Referenced in CMake comment
13321332
"TEST1",
1333+
"TFM_USE_TRUSTZONE", # TF-M board is Out-Of-Tree
13331334
"TOOLCHAIN", # Defined in modules/hal_nxp/mcux/mcux-sdk-ng/basic.cmake.
13341335
# It is used by MCUX SDK cmake functions to add content
13351336
# based on current toolchain.

0 commit comments

Comments
 (0)