Skip to content

Commit a2f7e77

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 25ced41 commit a2f7e77

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
@@ -1388,11 +1388,13 @@ class SysbuildKconfigCheck(KconfigCheck):
13881388
"COMP_DATA_LAYOUT_SINGLE", # Used by test
13891389
"DTM_NO_DFE", # Used by DTM application
13901390
"DTM_TRANSPORT_HCI", # Used by DTM application
1391+
"FIRMWARE_LOADER_IMAGE_ABC", # Used in documentation
13911392
"INCLUDE_REMOTE_IMAGE", # Used by machine learning application
13921393
"MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS", # Used in migration documentation
13931394
"ML_APP_INCLUDE_REMOTE_IMAGE", # Used by machine learning application
13941395
"ML_APP_REMOTE_BOARD", # Used by machine learning application
13951396
"MY_APP_IMAGE_ABC", # Used in documentation
1397+
"NETCORE_ABC", # Used in documentation
13961398
"REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING", # Used in tests
13971399
"SOC_FLASH_NRF_RADIO_SYNC_RPC", # Used in documentation
13981400
"SUIT_ENVELOPE_", # Used by jinja

0 commit comments

Comments
 (0)