Skip to content

Commit 70c544b

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 793e93e commit 70c544b

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
@@ -1378,11 +1378,13 @@ class SysbuildKconfigCheck(KconfigCheck):
13781378
"COMP_DATA_LAYOUT_SINGLE", # Used by test
13791379
"DTM_NO_DFE", # Used by DTM application
13801380
"DTM_TRANSPORT_HCI", # Used by DTM application
1381+
"FIRMWARE_LOADER_IMAGE_ABC", # Used in documentation
13811382
"INCLUDE_REMOTE_IMAGE", # Used by machine learning application
13821383
"MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS", # Used in migration documentation
13831384
"ML_APP_INCLUDE_REMOTE_IMAGE", # Used by machine learning application
13841385
"ML_APP_REMOTE_BOARD", # Used by machine learning application
13851386
"MY_APP_IMAGE_ABC", # Used in documentation
1387+
"NETCORE_ABC", # Used in documentation
13861388
"REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING", # Used in tests
13871389
"SOC_FLASH_NRF_RADIO_SYNC_RPC", # Used in documentation
13881390
"SUIT_ENVELOPE_", # Used by jinja

0 commit comments

Comments
 (0)