@@ -1241,6 +1241,30 @@ class SysbuildKconfigCheck(KconfigCheck):
1241
1241
"SUIT_MPI_GENERATE" , # Used by nRF runners to program provisioning data
1242
1242
"SUIT_MPI_RAD_AREA_PATH" , # Used by nRF runners to program provisioning data
1243
1243
# zephyr-keep-sorted-stop
1244
+
1245
+ # NCS-specific allowlist
1246
+ # zephyr-keep-sorted-start re(^\s+")
1247
+ "APP_CPUNET_RUN" , # Used by sample
1248
+ "APP_DFU" , # Used by sample
1249
+ "BT_FAST_PAIR" , # Legacy/removed, used in migration documentation
1250
+ "COMP_DATA_LAYOUT_ARRAY" , # Used by test
1251
+ "COMP_DATA_LAYOUT_MULTIPLE" , # Used by test
1252
+ "COMP_DATA_LAYOUT_SINGLE" , # Used by test
1253
+ "DTM_NO_DFE" , # Used by DTM application
1254
+ "DTM_TRANSPORT_HCI" , # Used by DTM application
1255
+ "INCLUDE_REMOTE_IMAGE" , # Used by machine learning application
1256
+ "MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS" , # Used in migration documentation
1257
+ "ML_APP_INCLUDE_REMOTE_IMAGE" , # Used by machine learning application
1258
+ "ML_APP_REMOTE_BOARD" , # Used by machine learning application
1259
+ "MY_APP_IMAGE_ABC" , # Used in documentation
1260
+ "REMOTE_GLOBAL_DOMAIN_CLOCK_FREQUENCY_SWITCHING" , # Used in tests
1261
+ "SOC_FLASH_NRF_RADIO_SYNC_RPC" , # Used in documentation
1262
+ "SUIT_ENVELOPE_" , # Used by jinja
1263
+ "SUIT_ENVELOPE_SEQUENCE_NUM" , # Legacy/removed, used in migration documentation
1264
+ "SUIT_MPI_" , # Used by jinja
1265
+ "SUIT_RECOVERY_APPLICATION_CUSTOM" , # Used in documentation
1266
+ "SUPPORT_NETCORE_PERIPHERAL_RADIO_TEST" , # Used by wifi radio test sample
1267
+ # zephyr-keep-sorted-stop
1244
1268
}
1245
1269
1246
1270
0 commit comments