:orphan: .. title:: choice NRF_802154_SL_TYPE: nRF IEEE 802.15.4 Service Layer Type .. _choice_28: .. describe:: choice NRF_802154_SL_TYPE: nRF IEEE 802.15.4 Service Layer Type *nRF IEEE 802.15.4 Service Layer Type* *nRF IEEE 802.15.4 Service Layer Type* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`NRF_802154_RADIO_DRIVER ` && \ :kconfig:`HAS_NORDIC_DRIVERS `) || (\ :kconfig:`NRF_802154_RADIO_DRIVER ` && \ :kconfig:`HAS_NORDIC_DRIVERS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`NRF_802154_SL_OPENSOURCE ` - \ :kconfig:`NRF_802154_SL_OPENSOURCE ` Kconfig definitions =================== At ``/hal_nordic/Kconfig:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. code-block:: kconfig choice NRF_802154_SL_TYPE bool "nRF IEEE 802.15.4 Service Layer Type" depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS ---- At ``/hal_nordic/Kconfig:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. code-block:: kconfig choice NRF_802154_SL_TYPE bool "nRF IEEE 802.15.4 Service Layer Type" depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*