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¶
Symbols that select this symbol¶
Kconfig definitions¶
At <External Modules>/hal_nordic/Kconfig:139
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:6 → <BuildDir>/kconfig/Kconfig.modules:14
Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/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 <External Modules>/hal_nordic/Kconfig:139
Included via Kconfig:8 → Kconfig.zephyr:33 → <External 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.)