-
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
.
Symbols selected by this symbol¶
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" selectIPM
selectIPM_NRFX
selectIPM_MSG_CH_0_ENABLE
selectIPM_MSG_CH_1_ENABLE
selectIPM_MSG_CH_0_RX
selectIPM_MSG_CH_1_TX
selectOPENAMP
selectNRF_802154_RADIO_DRIVER
depends onHAS_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.)