CONFIG_MPSL_CX_GENERIC_3PIN

Generic 3-pin Radio Coexistence support [EXPERIMENTAL]

Type: bool

Help

Radio Coexistence supporting Generic 3-pin interface.

Direct dependencies

<choice MPSL_CX_CHOICE: Radio Coexistence interface implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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_GENERIC_3PIN
    bool "Generic 3-pin Radio Coexistence support [EXPERIMENTAL]"
    select NRFX_GPIOTE if !MPSL_CX_PIN_FORWARDER
    select GPIO if !MPSL_CX_PIN_FORWARDER
    select EXPERIMENTAL
    depends on <choice MPSL_CX_CHOICE>
    help
      Radio Coexistence supporting Generic 3-pin interface.

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