Skip to content

Commit 74cb512

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 69ad052 commit 74cb512

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
@@ -1460,11 +1460,13 @@ class SysbuildKconfigCheck(KconfigCheck):
14601460
"COMP_DATA_LAYOUT_SINGLE", # Used by test
14611461
"DTM_NO_DFE", # Used by DTM application
14621462
"DTM_TRANSPORT_HCI", # Used by DTM application
1463+
"FIRMWARE_LOADER_IMAGE_ABC", # Used in documentation
14631464
"INCLUDE_REMOTE_IMAGE", # Used by machine learning application
14641465
"MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS", # Used in migration documentation
14651466
"ML_APP_INCLUDE_REMOTE_IMAGE", # Used by machine learning application
14661467
"ML_APP_REMOTE_BOARD", # Used by machine learning application
14671468
"MY_APP_IMAGE_ABC", # Used in documentation
1469+
"NETCORE_ABC", # Used in documentation
14681470
"REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING", # Used in tests
14691471
"SOC_FLASH_NRF_RADIO_SYNC_RPC", # Used in documentation
14701472
"SUIT_ENVELOPE_", # Used by jinja

0 commit comments

Comments
 (0)