Skip to content

Commit cc1b759

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 Kconfigs to the allow list as they are used in documentation but are not defined Signed-off-by: Jamie McCrae <[email protected]>
1 parent fb520a5 commit cc1b759

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
@@ -1252,11 +1252,13 @@ class SysbuildKconfigCheck(KconfigCheck):
12521252
"COMP_DATA_LAYOUT_SINGLE", # Used by test
12531253
"DTM_NO_DFE", # Used by DTM application
12541254
"DTM_TRANSPORT_HCI", # Used by DTM application
1255+
"FIRMWARE_LOADER_IMAGE_ABC", # Used in documentation
12551256
"INCLUDE_REMOTE_IMAGE", # Used by machine learning application
12561257
"MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS", # Used in migration documentation
12571258
"ML_APP_INCLUDE_REMOTE_IMAGE", # Used by machine learning application
12581259
"ML_APP_REMOTE_BOARD", # Used by machine learning application
12591260
"MY_APP_IMAGE_ABC", # Used in documentation
1261+
"NETCORE_ABC", # Used in documentation
12601262
"REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING", # Used in tests
12611263
"SOC_FLASH_NRF_RADIO_SYNC_RPC", # Used in documentation
12621264
"SUIT_ENVELOPE_", # Used by jinja

0 commit comments

Comments
 (0)