CONFIG_NRF_802154_SER_HOST

nRF IEEE 802.15.4 Driver serialization host

Type: bool

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.

Direct dependencies

!NRF_802154_RADIO_DRIVER && !HAS_HW_NRF_RADIO_IEEE802154 && HAS_NORDIC_DRIVERS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/modules/Kconfig.nordic:102

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:10<Zephyr>/modules/Kconfig:20

Menu path: (Top) → Modules → Nordic drivers

config NRF_802154_SER_HOST
    bool "nRF IEEE 802.15.4 Driver serialization host"
    select IPM
    select IPM_NRFX
    select IPM_MSG_CH_0_ENABLE
    select IPM_MSG_CH_1_ENABLE
    select IPM_MSG_CH_0_TX
    select IPM_MSG_CH_1_RX
    select OPENAMP
    select IEEE802154_NRF5_EXT_IRQ_MGMT
    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.

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