CONFIG_NRF_802154_SER_RADIO

nRF IEEE 802.15.4 Driver serialization radio

Type: bool

Help

Enable serialization of nRF IEEE 802.15.4 Driver. This option is to be used if radio is available in the core to provide radio services over a serialization backend.

Direct dependencies

HAS_HW_NRF_RADIO_IEEE802154 && !IEEE802154_NRF5 && HAS_NORDIC_DRIVERS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

Menu path: (Top) → Modules → Nordic drivers

menuconfig NRF_802154_SER_RADIO
    bool "nRF IEEE 802.15.4 Driver serialization radio"
    select IPM
    select IPM_NRFX
    select IPM_MSG_CH_0_ENABLE
    select IPM_MSG_CH_1_ENABLE
    select IPM_MSG_CH_0_RX
    select IPM_MSG_CH_1_TX
    select OPENAMP
    select NRF_802154_RADIO_DRIVER
    depends on HAS_HW_NRF_RADIO_IEEE802154 && !IEEE802154_NRF5 && HAS_NORDIC_DRIVERS
    help
      Enable serialization of nRF IEEE 802.15.4 Driver. This option is to be
      used if radio is available in the core to provide radio services over
      a serialization backend.

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