Skip to content

Commit d3f9a81

Browse files
authored
remove unused CHIP_CONFIG_MAX_BINDINGS (project-chip#36483)
1 parent f2b362a commit d3f9a81

File tree

11 files changed

+0
-100
lines changed

11 files changed

+0
-100
lines changed

config/esp32/components/chip/Kconfig

-10
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ menu "CHIP Core"
3737
exchange (conversation) with a peer, e.g. a cloud service, a mobile application, or
3838
another device.
3939

40-
config MAX_BINDINGS
41-
int "Max Bindings"
42-
range 0 65535
43-
default 8
44-
help
45-
The maximum number of simultaneously active CHIP Binding objects.
46-
47-
A Binding object is used to configure how the local device communicates with
48-
a remote entity, be it a cloud service, a mobile application, or another device.
49-
5040
config MAX_FABRICS
5141
int "Max Fabrics"
5242
range 5 255

examples/all-clusters-app/nxp/mw320/include/CHIPProjectConfig.h

-9
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,6 @@
143143
*/
144144
#define CHIP_DEVICE_CONFIG_ENABLE_CHIPOBLE 0
145145

146-
/**
147-
* CHIP_CONFIG_MAX_BINDINGS
148-
*
149-
* Maximum number of simultaneously active bindings per ChipExchangeManager
150-
* 1 (Time Sync) + 2 (Two 1-way subscriptions) + 1 (Software Update) = 4
151-
* in the worst case. Keeping another 4 as buffer.
152-
*/
153-
#define CHIP_CONFIG_MAX_BINDINGS 6
154-
155146
/**
156147
* CHIP_CONFIG_EVENT_LOGGING_WDM_OFFLOAD
157148
*

examples/all-clusters-app/nxp/rt/rt1060/include/config/CHIPProjectConfig.h

-9
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,6 @@
167167
*/
168168
// #define CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC 1
169169

170-
/**
171-
* CHIP_CONFIG_MAX_BINDINGS
172-
*
173-
* Maximum number of simultaneously active bindings per ChipExchangeManager
174-
* 1 (Time Sync) + 2 (Two 1-way subscriptions) + 1 (Software Update) = 4
175-
* in the worst case. Keeping another 4 as buffer.
176-
*/
177-
#define CHIP_CONFIG_MAX_BINDINGS 6
178-
179170
/**
180171
* CHIP_CONFIG_EVENT_LOGGING_WDM_OFFLOAD
181172
*

examples/all-clusters-app/nxp/rt/rt1170/include/config/CHIPProjectConfig.h

-9
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,6 @@
167167
*/
168168
// #define CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC 1
169169

170-
/**
171-
* CHIP_CONFIG_MAX_BINDINGS
172-
*
173-
* Maximum number of simultaneously active bindings per ChipExchangeManager
174-
* 1 (Time Sync) + 2 (Two 1-way subscriptions) + 1 (Software Update) = 4
175-
* in the worst case. Keeping another 4 as buffer.
176-
*/
177-
#define CHIP_CONFIG_MAX_BINDINGS 6
178-
179170
/**
180171
* CHIP_CONFIG_EVENT_LOGGING_WDM_OFFLOAD
181172
*

examples/all-clusters-app/nxp/rt/rw61x/include/config/CHIPProjectConfig.h

-9
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,6 @@
168168
*/
169169
// #define CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC 1
170170

171-
/**
172-
* CHIP_CONFIG_MAX_BINDINGS
173-
*
174-
* Maximum number of simultaneously active bindings per ChipExchangeManager
175-
* 1 (Time Sync) + 2 (Two 1-way subscriptions) + 1 (Software Update) = 4
176-
* in the worst case. Keeping another 4 as buffer.
177-
*/
178-
#define CHIP_CONFIG_MAX_BINDINGS 6
179-
180171
/**
181172
* CHIP_CONFIG_EVENT_LOGGING_WDM_OFFLOAD
182173
*

examples/laundry-washer-app/nxp/rt/rt1060/include/config/CHIPProjectConfig.h

-9
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,6 @@
167167
*/
168168
// #define CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC 1
169169

170-
/**
171-
* CHIP_CONFIG_MAX_BINDINGS
172-
*
173-
* Maximum number of simultaneously active bindings per ChipExchangeManager
174-
* 1 (Time Sync) + 2 (Two 1-way subscriptions) + 1 (Software Update) = 4
175-
* in the worst case. Keeping another 4 as buffer.
176-
*/
177-
#define CHIP_CONFIG_MAX_BINDINGS 6
178-
179170
/**
180171
* CHIP_CONFIG_EVENT_LOGGING_WDM_OFFLOAD
181172
*

examples/laundry-washer-app/nxp/rt/rt1170/include/config/CHIPProjectConfig.h

-9
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,6 @@
167167
*/
168168
// #define CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC 1
169169

170-
/**
171-
* CHIP_CONFIG_MAX_BINDINGS
172-
*
173-
* Maximum number of simultaneously active bindings per ChipExchangeManager
174-
* 1 (Time Sync) + 2 (Two 1-way subscriptions) + 1 (Software Update) = 4
175-
* in the worst case. Keeping another 4 as buffer.
176-
*/
177-
#define CHIP_CONFIG_MAX_BINDINGS 6
178-
179170
/**
180171
* CHIP_CONFIG_EVENT_LOGGING_WDM_OFFLOAD
181172
*

examples/laundry-washer-app/nxp/rt/rw61x/include/config/CHIPProjectConfig.h

-9
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,6 @@
168168
*/
169169
// #define CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC 1
170170

171-
/**
172-
* CHIP_CONFIG_MAX_BINDINGS
173-
*
174-
* Maximum number of simultaneously active bindings per ChipExchangeManager
175-
* 1 (Time Sync) + 2 (Two 1-way subscriptions) + 1 (Software Update) = 4
176-
* in the worst case. Keeping another 4 as buffer.
177-
*/
178-
#define CHIP_CONFIG_MAX_BINDINGS 6
179-
180171
/**
181172
* CHIP_CONFIG_EVENT_LOGGING_WDM_OFFLOAD
182173
*

examples/thermostat/nxp/rt/rt1060/include/config/CHIPProjectConfig.h

-9
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,6 @@
167167
*/
168168
// #define CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC 1
169169

170-
/**
171-
* CHIP_CONFIG_MAX_BINDINGS
172-
*
173-
* Maximum number of simultaneously active bindings per ChipExchangeManager
174-
* 1 (Time Sync) + 2 (Two 1-way subscriptions) + 1 (Software Update) = 4
175-
* in the worst case. Keeping another 4 as buffer.
176-
*/
177-
#define CHIP_CONFIG_MAX_BINDINGS 6
178-
179170
/**
180171
* CHIP_CONFIG_EVENT_LOGGING_WDM_OFFLOAD
181172
*

examples/thermostat/nxp/rt/rt1170/include/config/CHIPProjectConfig.h

-9
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,6 @@
167167
*/
168168
// #define CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC 1
169169

170-
/**
171-
* CHIP_CONFIG_MAX_BINDINGS
172-
*
173-
* Maximum number of simultaneously active bindings per ChipExchangeManager
174-
* 1 (Time Sync) + 2 (Two 1-way subscriptions) + 1 (Software Update) = 4
175-
* in the worst case. Keeping another 4 as buffer.
176-
*/
177-
#define CHIP_CONFIG_MAX_BINDINGS 6
178-
179170
/**
180171
* CHIP_CONFIG_EVENT_LOGGING_WDM_OFFLOAD
181172
*

examples/thermostat/nxp/rt/rw61x/include/config/CHIPProjectConfig.h

-9
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,6 @@
168168
*/
169169
// #define CHIP_DEVICE_CONFIG_ENABLE_CHIP_TIME_SERVICE_TIME_SYNC 1
170170

171-
/**
172-
* CHIP_CONFIG_MAX_BINDINGS
173-
*
174-
* Maximum number of simultaneously active bindings per ChipExchangeManager
175-
* 1 (Time Sync) + 2 (Two 1-way subscriptions) + 1 (Software Update) = 4
176-
* in the worst case. Keeping another 4 as buffer.
177-
*/
178-
#define CHIP_CONFIG_MAX_BINDINGS 6
179-
180171
/**
181172
* CHIP_CONFIG_EVENT_LOGGING_WDM_OFFLOAD
182173
*

0 commit comments

Comments
 (0)