CONFIG_MPSL_CX¶
Radio Coexistence interface support [EXPERIMENTAL]
Type: bool
Help¶
Controls if Radio Coexistence interface is to be configured and enabled
when MPSL is initialized.
Radio Coexistence interface connects nRF5 radio protocols with external
Packet Traffic Arbiter (PTA) which denies or grants access to RF.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/subsys/mpsl/cx/Kconfig:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:54
→ <nRF>/subsys/Kconfig:34
→ <nRF>/subsys/mpsl/Kconfig:9
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic MPSL
config MPSL_CX
bool "Radio Coexistence interface support [EXPERIMENTAL]"
depends on !BT
help
Controls if Radio Coexistence interface is to be configured and enabled
when MPSL is initialized.
Radio Coexistence interface connects nRF5 radio protocols with external
Packet Traffic Arbiter (PTA) which denies or grants access to RF.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)