@@ -1221,6 +1221,29 @@ class SysbuildKconfigCheck(KconfigCheck):
1221
1221
"SUIT_MPI_GENERATE" , # Used by nRF runners to program provisioning data
1222
1222
"SUIT_MPI_RAD_AREA_PATH" , # Used by nRF runners to program provisioning data
1223
1223
# 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
1224
1247
}
1225
1248
1226
1249
0 commit comments