:orphan: .. title:: CONFIG_NRF_802154_SER_HOST .. kconfig:: CONFIG_NRF_802154_SER_HOST CONFIG_NRF_802154_SER_HOST ########################## *nRF IEEE 802.15.4 Driver serialization host* *nRF IEEE 802.15.4 Driver serialization host* Type: ``bool`` Help ==== .. code-block:: none Enable serialization of nRF IEEE 802.15.4 Driver. This option is to be used if radio is not available in the core, but radio services are provided by a serialization backend. Help ==== .. code-block:: none Enable serialization of nRF IEEE 802.15.4 Driver. This option is to be used if radio is not available in the core, but radio services are provided by a serialization backend. Direct dependencies =================== (!\ :kconfig:`NRF_802154_RADIO_DRIVER ` && !\ :kconfig:`HAS_HW_NRF_RADIO_IEEE802154 ` && \ :kconfig:`HAS_NORDIC_DRIVERS `) || (!\ :kconfig:`NRF_802154_RADIO_DRIVER ` && !\ :kconfig:`HAS_HW_NRF_RADIO_IEEE802154 ` && \ :kconfig:`HAS_NORDIC_DRIVERS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`IEEE802154_NRF5_EXT_IRQ_MGMT ` if \ :kconfig:`IEEE802154_NRF5 ` - \ :kconfig:`NRF_802154_SERIALIZATION ` - \ :kconfig:`IEEE802154_NRF5_EXT_IRQ_MGMT ` if \ :kconfig:`IEEE802154_NRF5 ` - \ :kconfig:`NRF_802154_SERIALIZATION ` Symbols that select this symbol =============================== - \ :kconfig:`IEEE802154_NRF5 ` Kconfig definitions =================== At ``/hal_nordic/Kconfig:145`` 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 .. code-block:: kconfig config NRF_802154_SER_HOST bool "nRF IEEE 802.15.4 Driver serialization host" select IEEE802154_NRF5_EXT_IRQ_MGMT if IEEE802154_NRF5 select NRF_802154_SERIALIZATION depends on !NRF_802154_RADIO_DRIVER && !HAS_HW_NRF_RADIO_IEEE802154 && HAS_NORDIC_DRIVERS help Enable serialization of nRF IEEE 802.15.4 Driver. This option is to be used if radio is not available in the core, but radio services are provided by a serialization backend. ---- At ``/hal_nordic/Kconfig:145`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Nordic drivers .. code-block:: kconfig config NRF_802154_SER_HOST bool "nRF IEEE 802.15.4 Driver serialization host" select IEEE802154_NRF5_EXT_IRQ_MGMT if IEEE802154_NRF5 select NRF_802154_SERIALIZATION depends on !NRF_802154_RADIO_DRIVER && !HAS_HW_NRF_RADIO_IEEE802154 && HAS_NORDIC_DRIVERS && 0 help Enable serialization of nRF IEEE 802.15.4 Driver. This option is to be used if radio is not available in the core, but radio services are provided by a serialization backend. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*