CONFIG_MPSL_CX_THREAD

Thread Radio Coexistence [EXPERIMENTAL]

Type: bool

Help

Radio Coexistence interface implementation according to Thread Radio
Coexistence Practical recommendations for using a 3-wire PTA
implementation for co-located 2.4 GHz radios.

Direct dependencies

!BT && <choice MPSL_CX_CHOICE: Radio Coexistence interface implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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 → Radio Coexistence interface implementation

config MPSL_CX_THREAD
    bool "Thread Radio Coexistence [EXPERIMENTAL]"
    select NRFX_GPIOTE if !MPSL_CX_PIN_FORWARDER
    select GPIO if !MPSL_CX_PIN_FORWARDER
    select EXPERIMENTAL
    depends on !BT && <choice MPSL_CX_CHOICE>
    help
      Radio Coexistence interface implementation according to Thread Radio
      Coexistence Practical recommendations for using a 3-wire PTA
      implementation for co-located 2.4 GHz radios.

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