@@ -175,13 +175,6 @@ menu "CHIP Core"
175
175
176
176
menu "Security Options"
177
177
178
- config MAX_SESSION_KEYS
179
- int "Max Session Keys"
180
- range 0 65535
181
- default 8
182
- help
183
- The maximum number of simultaneously active session keys.
184
-
185
178
menu "Debugging"
186
179
187
180
config SECURITY_TEST_MODE
@@ -193,17 +186,6 @@ menu "CHIP Core"
193
186
WARNING: This option makes it possible to circumvent basic CHIP security functionality,
194
187
including message encryption. Because of this it SHOULD NEVER BE ENABLED IN PRODUCTION BUILDS.
195
188
196
- config DISABLE_PROVISIONING_AUTH
197
- bool "Disable Provisioning Authentication Checks"
198
- default n
199
- help
200
- Disable authentication checks for CHIP provisioning operations. This makes it possible to
201
- perform device provisioning operations (e.g. adding a network or joining a fabric) without
202
- establishing a secure session.
203
-
204
- WARNING: This option makes it possible to circumvent basic CHIP security functionality.
205
- Because of this it SHOULD NEVER BE ENABLED IN PRODUCTION BUILDS.
206
-
207
189
endmenu # "Debugging"
208
190
209
191
endmenu # "Security Options"
@@ -245,14 +227,6 @@ menu "CHIP Device Layer"
245
227
default 25
246
228
help
247
229
The maximum number of events that can be held in the CHIP Platform event queue.
248
-
249
- config SERVICE_DIRECTORY_CACHE_SIZE
250
- int "CHIP Service Directory Cache Size"
251
- range 0 65535
252
- default 512
253
- help
254
- The size (in bytes) of the service directory cache. This limits the maximum size of the directory
255
- that can be returned in response to a service directory query.
256
230
257
231
config ENABLE_EXTENDED_DISCOVERY
258
232
bool "Enable Extended discovery Support"
@@ -570,18 +544,6 @@ menu "CHIP Device Layer"
570
544
571
545
endmenu
572
546
573
- menu "CHIP Trait Manager"
574
-
575
- config ENABLE_TRAIT_MANAGER
576
- bool "Enable Trait Manager"
577
- default y
578
- help
579
- Enable support for the CHIP Trait Manager.
580
-
581
- The Trait Manager is an experimental feature of the CHIP Device Layer.
582
-
583
- endmenu
584
-
585
547
menu "Time Sync Options"
586
548
587
549
config ENABLE_SERVICE_DIRECTORY_TIME_SYNC
@@ -811,15 +773,6 @@ menu "CHIP Device Layer"
811
773
812
774
This critical production event buffer must exist.
813
775
814
- config EVENT_LOGGING_PROD_BUFFER_SIZE
815
- int "Event Logging Production Buffer Size"
816
- range 0 65535
817
- default 2048
818
- help
819
- A size, in bytes, of the individual production event logging buffer.
820
-
821
- This critical production event buffer must exist.
822
-
823
776
config EVENT_LOGGING_INFO_BUFFER_SIZE
824
777
int "Event Logging Info Buffer Size"
825
778
range 0 65535
0 commit comments