@@ -266,6 +266,11 @@ config ARDUINO_SELECTIVE_Wire
266266 depends on ARDUINO_SELECTIVE_COMPILATION
267267 default y
268268
269+ config ARDUINO_SELECTIVE_ESP_SR
270+ bool "Enable ESP-SR"
271+ depends on ARDUINO_SELECTIVE_COMPILATION
272+ default y
273+
269274config ARDUINO_SELECTIVE_EEPROM
270275 bool "Enable EEPROM"
271276 depends on ARDUINO_SELECTIVE_COMPILATION
@@ -286,6 +291,11 @@ config ARDUINO_SELECTIVE_Update
286291 depends on ARDUINO_SELECTIVE_COMPILATION
287292 default y
288293
294+ config ARDUINO_SELECTIVE_Zigbee
295+ bool "Enable Zigbee"
296+ depends on ARDUINO_SELECTIVE_COMPILATION
297+ default y
298+
289299config ARDUINO_SELECTIVE_FS
290300 bool "Enable FS"
291301 depends on ARDUINO_SELECTIVE_COMPILATION
@@ -358,6 +368,11 @@ config ARDUINO_SELECTIVE_HTTPClient
358368 select ARDUINO_SELECTIVE_NetworkClientSecure
359369 default y
360370
371+ config ARDUINO_SELECTIVE_Matter
372+ bool "Enable Matter"
373+ depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
374+ default y
375+
361376config ARDUINO_SELECTIVE_NetBIOS
362377 bool "Enable NetBIOS"
363378 depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
@@ -399,4 +414,19 @@ config ARDUINO_SELECTIVE_SimpleBLE
399414 depends on ARDUINO_SELECTIVE_COMPILATION
400415 default y
401416
417+ config ARDUINO_SELECTIVE_RainMaker
418+ bool "Enable RainMaker"
419+ depends on ARDUINO_SELECTIVE_COMPILATION
420+ default y
421+
422+ config ARDUINO_SELECTIVE_OpenThread
423+ bool "Enable OpenThread"
424+ depends on ARDUINO_SELECTIVE_COMPILATION
425+ default y
426+
427+ config ARDUINO_SELECTIVE_Insights
428+ bool "Enable Insights"
429+ depends on ARDUINO_SELECTIVE_COMPILATION
430+ default y
431+
402432endmenu
0 commit comments