CONFIG_NRF_802154_SERIALIZATION

(No prompt – not directly user assignable.)

Type: bool

Help

This helper symbol indicates that the nRF 802.15.4 serialization is available.

Help

This helper symbol indicates that the nRF 802.15.4 serialization is available.

Direct dependencies

HAS_NORDIC_DRIVERS || (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:139

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:50

Menu path: (Top) → Modules → hal_nordic (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/hal/nordic) → Nordic drivers

config NRF_802154_SERIALIZATION
    bool
    select RPMSG_SERVICE
    depends on HAS_NORDIC_DRIVERS
    help
      This helper symbol indicates that the nRF 802.15.4 serialization is available.

At <Zephyr>/modules/hal_nordic/Kconfig:139

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:74

Menu path: (Top) → Modules → Nordic drivers

config NRF_802154_SERIALIZATION
    bool
    select RPMSG_SERVICE
    depends on HAS_NORDIC_DRIVERS && 0
    help
      This helper symbol indicates that the nRF 802.15.4 serialization is available.

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