-
CONFIG_NRF_802154_SER_RADIO
¶
nRF IEEE 802.15.4 Driver serialization 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.
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
) || (HAS_HW_NRF_RADIO_IEEE802154
&& !IEEE802154_NRF5
&& HAS_NORDIC_DRIVERS
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr>/modules/hal_nordic/Kconfig:130
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:44
Menu path: (Top) → Modules → hal_nordic (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/hal/nordic) → Nordic drivers
menuconfig NRF_802154_SER_RADIO
bool "nRF IEEE 802.15.4 Driver serialization radio"
select NRF_802154_RADIO_DRIVER
select NRF_802154_SERIALIZATION
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.
At <Zephyr>/modules/hal_nordic/Kconfig:130
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:66
Menu path: (Top) → Modules → Nordic drivers
menuconfig NRF_802154_SER_RADIO
bool "nRF IEEE 802.15.4 Driver serialization radio"
select NRF_802154_RADIO_DRIVER
select NRF_802154_SERIALIZATION
depends on HAS_HW_NRF_RADIO_IEEE802154 && !IEEE802154_NRF5 && HAS_NORDIC_DRIVERS && 0
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.)