File tree 9 files changed +29
-0
lines changed
config/nrfconnect/chip-module
all-clusters-app/nrfconnect
light-switch-app/nrfconnect
src/test_driver/nrfconnect
9 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ matter_add_gn_arg_bool ("chip_system_config_provide_statistics" CONFIG_CHIP_ST
138
138
matter_add_gn_arg_bool ("chip_enable_icd_server" CONFIG_CHIP_ENABLE_ICD_SUPPORT)
139
139
matter_add_gn_arg_bool ("chip_mdns_minimal" CONFIG_WIFI_NRF700X)
140
140
matter_add_gn_arg_bool ("chip_mdns_platform" CONFIG_NET_L2_OPENTHREAD)
141
+ matter_add_gn_arg_bool ("chip_enable_read_client" CONFIG_CHIP_ENABLE_READ_CLIENT)
141
142
142
143
if (CONFIG_CHIP_FACTORY_DATA)
143
144
matter_add_gn_arg_bool("chip_use_transitional_commissionable_data_provider" FALSE )
Original file line number Diff line number Diff line change @@ -273,4 +273,11 @@ config CHIP_OPENTHREAD_JOINER_ENABLED
273
273
If disabled, it allows to optimize memory usage even if Thread Joiner
274
274
support is enabled.
275
275
276
+ config CHIP_ENABLE_READ_CLIENT
277
+ bool "Enable Read Client in the Interaction Model"
278
+ help
279
+ Enable support for Read Client in the Interaction Model.
280
+ This config can be disabled for device types that do not require Read Client functionality.
281
+ Disabling this config can save flash and RAM space.
282
+
276
283
endif # CHIP
Original file line number Diff line number Diff line change @@ -44,3 +44,6 @@ CONFIG_CHIP_OTA_REQUESTOR=n
44
44
45
45
# Disable QSPI NOR
46
46
CONFIG_CHIP_QSPI_NOR=n
47
+
48
+ # Enable the Read Client for binding purposes
49
+ CONFIG_CHIP_ENABLE_READ_CLIENT=y
Original file line number Diff line number Diff line change @@ -45,3 +45,6 @@ CONFIG_ASSERT_NO_MSG_INFO=y
45
45
# Enable Factory Data feature
46
46
CONFIG_CHIP_FACTORY_DATA=y
47
47
CONFIG_CHIP_FACTORY_DATA_BUILD=y
48
+
49
+ # Enable the Read Client for binding purposes
50
+ CONFIG_CHIP_ENABLE_READ_CLIENT=y
Original file line number Diff line number Diff line change @@ -52,3 +52,6 @@ CONFIG_BOOT_BANNER=n
52
52
# Enable Factory Data feature
53
53
CONFIG_CHIP_FACTORY_DATA=y
54
54
CONFIG_CHIP_FACTORY_DATA_BUILD=y
55
+
56
+ # Enable the Read Client for binding purposes
57
+ CONFIG_CHIP_ENABLE_READ_CLIENT=y
Original file line number Diff line number Diff line change @@ -45,3 +45,6 @@ CONFIG_USE_SEGGER_RTT=n
45
45
# Enable Factory Data feature
46
46
CONFIG_CHIP_FACTORY_DATA=y
47
47
CONFIG_CHIP_FACTORY_DATA_BUILD=y
48
+
49
+ # Enable the Read Client for binding purposes
50
+ CONFIG_CHIP_ENABLE_READ_CLIENT=y
Original file line number Diff line number Diff line change @@ -47,3 +47,6 @@ CONFIG_CHIP_OTA_REQUESTOR=n
47
47
48
48
# Disable QSPI NOR
49
49
CONFIG_CHIP_QSPI_NOR=n
50
+
51
+ # Enable the Read Client for binding purposes
52
+ CONFIG_CHIP_ENABLE_READ_CLIENT=y
Original file line number Diff line number Diff line change @@ -59,3 +59,6 @@ CONFIG_BOOT_BANNER=n
59
59
# Enable Factory Data feature
60
60
CONFIG_CHIP_FACTORY_DATA=y
61
61
CONFIG_CHIP_FACTORY_DATA_BUILD=y
62
+
63
+ # Enable the Read Client for binding purposes
64
+ CONFIG_CHIP_ENABLE_READ_CLIENT=y
Original file line number Diff line number Diff line change @@ -92,3 +92,6 @@ CONFIG_CHIP_BUILD_TESTS=y
92
92
CONFIG_CHIP_ENABLE_DNSSD_SRP=n
93
93
CONFIG_CHIP_DEVICE_VENDOR_ID=65521
94
94
CONFIG_CHIP_DEVICE_PRODUCT_ID=32768
95
+
96
+ # Enable the Read Client
97
+ CONFIG_CHIP_ENABLE_READ_CLIENT=y
You can’t perform that action at this time.
0 commit comments