CONFIG_MPSL_THREAD_COOP_PRIO

(No prompt – not directly user assignable.)

Type: int

Kconfig definition

At <nRF>/subsys/mpsl/Kconfig:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:34

Menu path: (Top) → Modules → Nordic nRF Connect → Nordic MPSL

config MPSL_THREAD_COOP_PRIO
    int
    default 0 if NET_L2_OPENTHREAD
    default SDC_RX_PRIO if BT_LL_SOFTDEVICE
    default 8

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