Skip to content

Commit

Permalink
[nrf toup][nrfconnect] Fix ICD LIT connected configurations
Browse files Browse the repository at this point in the history
According to specification, if ICD LIT is supported,
UAT and LITS features must be supported too.

If `CHIP_ICD_LIT_SUPPORT` is selected, select CIP and UAT
configs instead of implying them.

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski authored and kkasperczyk-no committed Jul 15, 2024
1 parent 4d8e75c commit 99d4333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,11 @@ config CHIP_ICD_ACTIVE_MODE_THRESHOLD

config CHIP_ICD_LIT_SUPPORT
bool "Intermittenly Connected Device Long Idle Time support"
imply CHIP_ICD_CHECK_IN_SUPPORT
imply CHIP_ICD_UAT_SUPPORT
select CHIP_ICD_CHECK_IN_SUPPORT
select CHIP_ICD_UAT_SUPPORT
help
Enables the Intermittently Connected Device Long Idle Time support in Matter.
It also implies the ICD Check-In and UAT features support that are mandatory for LIT device.
It also selects the ICD Check-In and UAT features support that are mandatory for LIT device.

config CHIP_ICD_CHECK_IN_SUPPORT
bool "Intermittenly Connected Device Check-In protocol support"
Expand Down

0 comments on commit 99d4333

Please sign in to comment.