Skip to content

Commit fb520a5

Browse files
committed
[nrf noup] scripts: ci: check_compliance: Add NCS sysbuild Kconfig
nrf-squash! [nrf noup] scripts: ci: check_compliance: Add NCS sysbuild Kconfigs Adds a Kconfig to the allow list as it is used in documentation but is not defined Signed-off-by: Jamie McCrae <[email protected]>
1 parent d249ae0 commit fb520a5

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
@@ -1253,6 +1253,7 @@ class SysbuildKconfigCheck(KconfigCheck):
12531253
"DTM_NO_DFE", # Used by DTM application
12541254
"DTM_TRANSPORT_HCI", # Used by DTM application
12551255
"INCLUDE_REMOTE_IMAGE", # Used by machine learning application
1256+
"MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS", # Used in migration documentation
12561257
"ML_APP_INCLUDE_REMOTE_IMAGE", # Used by machine learning application
12571258
"ML_APP_REMOTE_BOARD", # Used by machine learning application
12581259
"MY_APP_IMAGE_ABC", # Used in documentation

0 commit comments

Comments
 (0)