Skip to content

Commit 37bd53a

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 cb627ba)
1 parent 0648e72 commit 37bd53a

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
@@ -1221,6 +1221,29 @@ class SysbuildKconfigCheck(KconfigCheck):
12211221
"SUIT_MPI_GENERATE", # Used by nRF runners to program provisioning data
12221222
"SUIT_MPI_RAD_AREA_PATH", # Used by nRF runners to program provisioning data
12231223
# zephyr-keep-sorted-stop
1224+
1225+
# NCS-specific allowlist
1226+
# zephyr-keep-sorted-start re(^\s+")
1227+
"APP_CPUNET_RUN", # Used by sample
1228+
"APP_DFU", # Used by sample
1229+
"BT_FAST_PAIR", # Legacy/removed, used in migration documentation
1230+
"COMP_DATA_LAYOUT_ARRAY", # Used by test
1231+
"COMP_DATA_LAYOUT_MULTIPLE", # Used by test
1232+
"COMP_DATA_LAYOUT_SINGLE", # Used by test
1233+
"DTM_NO_DFE", # Used by DTM application
1234+
"DTM_TRANSPORT_HCI", # Used by DTM application
1235+
"INCLUDE_REMOTE_IMAGE", # Used by machine learning application
1236+
"ML_APP_INCLUDE_REMOTE_IMAGE", # Used by machine learning application
1237+
"ML_APP_REMOTE_BOARD", # Used by machine learning application
1238+
"MY_APP_IMAGE_ABC", # Used in documentation
1239+
"REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING", # Used in tests
1240+
"SOC_FLASH_NRF_RADIO_SYNC_RPC", # Used in documentation
1241+
"SUIT_ENVELOPE_", # Used by jinja
1242+
"SUIT_ENVELOPE_SEQUENCE_NUM", # Legacy/removed, used in migration documentation
1243+
"SUIT_MPI_", # Used by jinja
1244+
"SUIT_RECOVERY_APPLICATION_CUSTOM", # Used in documentation
1245+
"SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST", # Used by wifi radio test sample
1246+
# zephyr-keep-sorted-stop
12241247
}
12251248

12261249

0 commit comments

Comments
 (0)