Skip to content

Commit ba87df3

Browse files
nordicjmrlubos
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 37bd53a)
1 parent b97c9a0 commit ba87df3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,29 @@ class SysbuildKconfigCheck(KconfigCheck):
12271227
"SUIT_MPI_GENERATE", # Used by nRF runners to program provisioning data
12281228
"SUIT_MPI_RAD_AREA_PATH", # Used by nRF runners to program provisioning data
12291229
# zephyr-keep-sorted-stop
1230+
1231+
# NCS-specific allowlist
1232+
# zephyr-keep-sorted-start re(^\s+")
1233+
"APP_CPUNET_RUN", # Used by sample
1234+
"APP_DFU", # Used by sample
1235+
"BT_FAST_PAIR", # Legacy/removed, used in migration documentation
1236+
"COMP_DATA_LAYOUT_ARRAY", # Used by test
1237+
"COMP_DATA_LAYOUT_MULTIPLE", # Used by test
1238+
"COMP_DATA_LAYOUT_SINGLE", # Used by test
1239+
"DTM_NO_DFE", # Used by DTM application
1240+
"DTM_TRANSPORT_HCI", # Used by DTM application
1241+
"INCLUDE_REMOTE_IMAGE", # Used by machine learning application
1242+
"ML_APP_INCLUDE_REMOTE_IMAGE", # Used by machine learning application
1243+
"ML_APP_REMOTE_BOARD", # Used by machine learning application
1244+
"MY_APP_IMAGE_ABC", # Used in documentation
1245+
"REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING", # Used in tests
1246+
"SOC_FLASH_NRF_RADIO_SYNC_RPC", # Used in documentation
1247+
"SUIT_ENVELOPE_", # Used by jinja
1248+
"SUIT_ENVELOPE_SEQUENCE_NUM", # Legacy/removed, used in migration documentation
1249+
"SUIT_MPI_", # Used by jinja
1250+
"SUIT_RECOVERY_APPLICATION_CUSTOM", # Used in documentation
1251+
"SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST", # Used by wifi radio test sample
1252+
# zephyr-keep-sorted-stop
12301253
}
12311254

12321255

0 commit comments

Comments
 (0)