@@ -1425,6 +1425,30 @@ class SysbuildKconfigCheck(KconfigCheck):
1425
1425
"SUIT_MPI_GENERATE" , # Used by nRF runners to program provisioning data
1426
1426
"SUIT_MPI_RAD_AREA_PATH" , # Used by nRF runners to program provisioning data
1427
1427
# 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
1428
1452
}
1429
1453
1430
1454
0 commit comments