File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
config/esp32/components/chip Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,10 @@ if (CONFIG_USE_ESP32_ECDSA_PERIPHERAL)
246246 chip_gn_arg_append("chip_use_esp32_ecdsa_peripheral" "true" )
247247endif ()
248248
249+ if (CONFIG_ENABLE_MATTER_EVENT_LIST)
250+ chip_gn_arg_append ("enable_eventlist_attribute" "true" )
251+ endif ()
252+
249253set (args_gn_input "${CMAKE_CURRENT_BINARY_DIR} /args.gn.in" )
250254file (GENERATE OUTPUT "${args_gn_input} " CONTENT "${chip_gn_args} " )
251255
Original file line number Diff line number Diff line change @@ -940,4 +940,13 @@ menu "CHIP Device Layer"
940940
941941 endmenu
942942
943+ menu "Enable Matter Event List"
944+ config ENABLE_MATTER_EVENT_LIST
945+ bool "Enable Matter support Event List attribute"
946+ default n
947+ help
948+ Enable Matter support Event List attribute.
949+
950+ endmenu
951+
943952endmenu
You can’t perform that action at this time.
0 commit comments