CONFIG_OPENTHREAD_CSL_AUTO_SYNC

Enable CSL autosync

Type: bool

Direct dependencies

NET_L2_OPENTHREAD && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Subsystem>/net/l2/openthread/Kconfig.thread:85

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:39<Subsystem>/net/Kconfig:81<Subsystem>/net/l2/Kconfig:82<Subsystem>/net/l2/openthread/Kconfig:64

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → Thread Network configuration

config OPENTHREAD_CSL_AUTO_SYNC
    bool "Enable CSL autosync"
    default y if OPENTHREAD_CSL_RECEIVER
    depends on NET_L2_OPENTHREAD && NETWORKING

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)