Skip to content

Commit 3bc2237

Browse files
nordicjmjukkar
authored andcommitted
[nrf noup] scripts: ci: check_compliance: Add NCS sysbuild Kconfigs
Adds symbols used in NCS to the sysbuild Kconfig allow list Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 77ba279)
1 parent d52cd78 commit 3bc2237

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,6 +1425,30 @@ class SysbuildKconfigCheck(KconfigCheck):
14251425
"SUIT_MPI_GENERATE", # Used by nRF runners to program provisioning data
14261426
"SUIT_MPI_RAD_AREA_PATH", # Used by nRF runners to program provisioning data
14271427
# zephyr-keep-sorted-stop
1428+
1429+
# NCS-specific allowlist
1430+
# zephyr-keep-sorted-start re(^\s+")
1431+
"APP_CPUNET_RUN", # Used by sample
1432+
"APP_DFU", # Used by sample
1433+
"BT_FAST_PAIR", # Legacy/removed, used in migration documentation
1434+
"COMP_DATA_LAYOUT_ARRAY", # Used by test
1435+
"COMP_DATA_LAYOUT_MULTIPLE", # Used by test
1436+
"COMP_DATA_LAYOUT_SINGLE", # Used by test
1437+
"DTM_NO_DFE", # Used by DTM application
1438+
"DTM_TRANSPORT_HCI", # Used by DTM application
1439+
"INCLUDE_REMOTE_IMAGE", # Used by machine learning application
1440+
"MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS", # Used in migration documentation
1441+
"ML_APP_INCLUDE_REMOTE_IMAGE", # Used by machine learning application
1442+
"ML_APP_REMOTE_BOARD", # Used by machine learning application
1443+
"MY_APP_IMAGE_ABC", # Used in documentation
1444+
"REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING", # Used in tests
1445+
"SOC_FLASH_NRF_RADIO_SYNC_RPC", # Used in documentation
1446+
"SUIT_ENVELOPE_", # Used by jinja
1447+
"SUIT_ENVELOPE_SEQUENCE_NUM", # Legacy/removed, used in migration documentation
1448+
"SUIT_MPI_", # Used by jinja
1449+
"SUIT_RECOVERY_APPLICATION_CUSTOM", # Used in documentation
1450+
"SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST", # Used by wifi radio test sample
1451+
# zephyr-keep-sorted-stop
14281452
}
14291453

14301454

0 commit comments

Comments
 (0)