-
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
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
)
(Includes any dependencies from ifs and menus.)
Defaults¶
Choice options¶
Kconfig definitions¶
At <nrfxlib>/nrf_802154_sl/Kconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:5
→ <nrfxlib>/Kconfig.nrfxlib:18
Menu path: (Top) → Modules → Nordic nrfxlib
choice NRF_802154_SL_TYPE bool "nRF 802.15.4 Service Layer selection" defaultNRF_802154_SL
depends onNRF_802154_RADIO_DRIVER
help Select implementation of nRF 802.15.4 Service Layer.
At <Zephyr>/modules/Kconfig.nordic:54
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:10
→ <Zephyr>/modules/Kconfig:20
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" defaultNRF_802154_SL_OPENSOURCE
depends onNRF_802154_RADIO_DRIVER
&&HAS_NORDIC_DRIVERS
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)