CONFIG_NRF_802154_SL
Nordic proprietary nRF 802.15.4 Service Layer.
Type: bool
Help
Use of Nordic Semiconductor proprietary implementation of nRF 802.15.4 Service Layer.
This implementation enables advanced features of nRF 802.15.4 Radio Driver.
Direct dependencies
!NRF_802154_SOURCE_HAL_NORDIC
&& <choice NRF_802154_SL_TYPE: nRF IEEE 802.15.4 Service Layer Type>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol
Kconfig definition
At <nrfxlib>/nrf_802154/zephyr/Kconfig.nrfxlib:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:92
→ <nrfxlib>/Kconfig.nrfxlib:17
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nRF 802.15.4 Service Layer selection
config NRF_802154_SL
bool "Nordic proprietary nRF 802.15.4 Service Layer."
select MPSL
select ZERO_LATENCY_IRQS
select DYNAMIC_INTERRUPTS
select SENSOR if NRF_802154_TEMPERATURE_UPDATE
select TEMP_NRF5_MPSL if NRF_802154_TEMPERATURE_UPDATE
depends on !NRF_802154_SOURCE_HAL_NORDIC && <choice NRF_802154_SL_TYPE>
help
Use of Nordic Semiconductor proprietary implementation of nRF 802.15.4 Service Layer.
This implementation enables advanced features of nRF 802.15.4 Radio Driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)