CONFIG_MPSL_CX_BT_1WIRE

Bluetooth Radio 1-Wire Coexistence [EXPERIMENTAL]

Type: bool

Help

Radio Coexistence interface implementation using a simple 1-wire PTA
implementation for co-located radios.

Direct dependencies

SOC_SERIES_NRF52X && <choice MPSL_CX_CHOICE: Radio Coexistence interface implementation>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

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

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_BT_1WIRE
    bool "Bluetooth Radio 1-Wire Coexistence [EXPERIMENTAL]"
    select NRFX_GPIOTE
    select GPIO
    select NRFX_TIMER1
    select EXPERIMENTAL
    depends on SOC_SERIES_NRF52X && <choice MPSL_CX_CHOICE>
    help
      Radio Coexistence interface implementation using a simple 1-wire PTA
      implementation for co-located radios.

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