choice NRF_802154_SL_TYPE: nRF 802.15.4 Service Layer selection

nRF 802.15.4 Service Layer selection

nRF IEEE 802.15.4 Service Layer Type

nRF IEEE 802.15.4 Service Layer Type

Type: bool

Help

Select implementation of nRF 802.15.4 Service Layer.

Direct dependencies

NRF_802154_RADIO_DRIVER || (NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS) || (NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0)

(Includes any dependencies from ifs and menus.)

Kconfig definitions

At <nrfxlib>/nrf_802154_sl/Kconfig:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:14<nrfxlib>/Kconfig.nrfxlib:18

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

choice NRF_802154_SL_TYPE
    bool "nRF 802.15.4 Service Layer selection"
    default NRF_802154_SL
    depends on NRF_802154_RADIO_DRIVER
    help
      Select implementation of nRF 802.15.4 Service Layer.

At <Zephyr>/modules/hal_nordic/Kconfig:58

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:20

Menu path: (Top) → Modules → hal_nordic (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/hal/nordic) → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver

choice NRF_802154_SL_TYPE
    bool "nRF IEEE 802.15.4 Service Layer Type"
    default NRF_802154_SL_OPENSOURCE
    depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS

At <Zephyr>/modules/hal_nordic/Kconfig:58

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:59

Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver

choice NRF_802154_SL_TYPE
    bool "nRF IEEE 802.15.4 Service Layer Type"
    default NRF_802154_SL_OPENSOURCE
    depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0

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