Skip to content

Commit

Permalink
openthread: kconfig: enable OPENTHREAD_CSL_RECEIVER_LOCAL_TIME_SYNC
Browse files Browse the repository at this point in the history
Enable `OT_CSL_RECEIVER_LOCAL_TIME_SYNC` when radio driver serialization
is used. This slightly improves power consumption of CSL Receiver.

Signed-off-by: Eduardo Montoya <[email protected]>
  • Loading branch information
edmont authored and nordicjm committed Mar 14, 2024
1 parent bb9cbe4 commit e2dea00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subsys/net/openthread/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ config OPENTHREAD_CSL_TIMEOUT
int
default 20

config OPENTHREAD_CSL_RECEIVER_LOCAL_TIME_SYNC
bool
default y if NRF_802154_SER_HOST

endif # OPENTHREAD_CSL_RECEIVER

endif # !OPENTHREAD_THREAD_VERSION_1_1
Expand Down

0 comments on commit e2dea00

Please sign in to comment.