Skip to content

Commit a2004d9

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 3df999e commit a2004d9

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
@@ -1320,11 +1320,13 @@ class SysbuildKconfigCheck(KconfigCheck):
13201320
"COMP_DATA_LAYOUT_SINGLE", # Used by test
13211321
"DTM_NO_DFE", # Used by DTM application
13221322
"DTM_TRANSPORT_HCI", # Used by DTM application
1323+
"FIRMWARE_LOADER_IMAGE_ABC", # Used in documentation
13231324
"INCLUDE_REMOTE_IMAGE", # Used by machine learning application
13241325
"MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS", # Used in migration documentation
13251326
"ML_APP_INCLUDE_REMOTE_IMAGE", # Used by machine learning application
13261327
"ML_APP_REMOTE_BOARD", # Used by machine learning application
13271328
"MY_APP_IMAGE_ABC", # Used in documentation
1329+
"NETCORE_ABC", # Used in documentation
13281330
"REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING", # Used in tests
13291331
"SOC_FLASH_NRF_RADIO_SYNC_RPC", # Used in documentation
13301332
"SUIT_ENVELOPE_", # Used by jinja

0 commit comments

Comments
 (0)