CONFIG_MPSL_CX_INIT_PRIORITY

Initialization priority of the Radio Coexistence interface

Type: int

Help

Set the initialization priority number. Do not mess with it unless
you know what you are doing.

Direct dependencies

MPSL_CX

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/subsys/mpsl/cx/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:38<nRF>/subsys/mpsl/Kconfig:9

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic MPSL → Radio Coexistence interface support

config MPSL_CX_INIT_PRIORITY
    int "Initialization priority of the Radio Coexistence interface"
    default KERNEL_INIT_PRIORITY_DEFAULT
    depends on MPSL_CX
    help
      Set the initialization priority number. Do not mess with it unless
      you know what you are doing.

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