CONFIG_IEEE802154_CSL_ENDPOINT

Enable support for CSL Endpoint

Type: bool

Help

Enable support for CSL Endpoint with delayed reception handling and CSL IE injection.

Direct dependencies

(OPENTHREAD_CSL_RECEIVER && OPENTHREAD_THREAD_VERSION_1_2 && NET_L2_OPENTHREAD) || IEEE802154

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <nRF>/subsys/net/openthread/Kconfig.defconfig:150

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:7

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf)

config IEEE802154_CSL_ENDPOINT
    bool
    default y
    depends on OPENTHREAD_CSL_RECEIVER && OPENTHREAD_THREAD_VERSION_1_2 && NET_L2_OPENTHREAD

At <Zephyr>/drivers/ieee802154/Kconfig:147

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:10

Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options

config IEEE802154_CSL_ENDPOINT
    bool "Enable support for CSL Endpoint"
    depends on IEEE802154
    help
      Enable support for CSL Endpoint with delayed reception handling and CSL IE injection.

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