Skip to content

Commit 24686d3

Browse files
[nrf noup] Mark CHIP_ICD_LIT_SUPPORT experimental
LIT functionality is provisional for Matter 1.3. Set it as experimental for now. Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
1 parent 7c2da28 commit 24686d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/zephyr/Kconfig

+3
Original file line numberDiff line numberDiff line change
@@ -401,18 +401,21 @@ config CHIP_ICD_LIT_SUPPORT
401401
bool "Intermittenly Connected Device Long Idle Time support"
402402
select CHIP_ICD_CHECK_IN_SUPPORT
403403
select CHIP_ICD_UAT_SUPPORT
404+
select EXPERIMENTAL
404405
help
405406
Enables the Intermittently Connected Device Long Idle Time support in Matter.
406407
It also selects the ICD Check-In and UAT features support that are mandatory for LIT device.
407408

408409
config CHIP_ICD_CHECK_IN_SUPPORT
409410
bool "Intermittenly Connected Device Check-In protocol support"
411+
select EXPERIMENTAL
410412
help
411413
Enables the Check-In protocol support in Matter. It allows an ICD device to notify the registered
412414
ICD clients that it is available for communication.
413415

414416
config CHIP_ICD_UAT_SUPPORT
415417
bool "Intermittenly Connected Device User Active Mode Trigger support"
418+
select EXPERIMENTAL
416419
help
417420
Enables the User Active Mode Trigger (UAT) support in Matter. It allows the User to use application specific
418421
means (e.g. button press) to trigger an ICD device to enter the active mode and become responsive.

0 commit comments

Comments
 (0)