CONFIG_NRF_802154_RADIO_CONFIG_PRIO

nRF52 IEEE 802.15.4 configuration priority

Type: int

Help

Set the nRF IEEE 802.15.4 configuration priority number. Must be
greater than nRF IEEE 802.15.4 Radio initialization priority.

Direct dependencies

NRF_802154_RADIO_CONFIG

(Includes any dependencies from ifs and menus.)

Default

  • 91

Kconfig definition

At <nRF>/subsys/ieee802154/Kconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:46

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic IEEE 802.15.4 → nRF52 IEEE 802.15.4 configurator

config NRF_802154_RADIO_CONFIG_PRIO
    int "nRF52 IEEE 802.15.4 configuration priority"
    default 91
    depends on NRF_802154_RADIO_CONFIG
    help
      Set the nRF IEEE 802.15.4 configuration priority number. Must be
      greater than nRF IEEE 802.15.4 Radio initialization priority.

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