CONFIG_MPSL_FEM_NRF21540_GPIO

nRF21540 front-end module in GPIO mode

Type: bool

Help

FEM device is nRF21540 and its control mode is GPIO. Note: nRF21540 is unavailable when Bluetooth LE is enabled

Direct dependencies

MPSL_FEM_NRF21540_GPIO_SUPPORT && <choice MPSL_FEM_CHOICE: Radio front-end module (FEM) type>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/mpsl/Kconfig.fem:34

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:34<nRF>/subsys/mpsl/Kconfig:28

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic MPSL → Radio front-end module (FEM) support → Radio front-end module (FEM) type

config MPSL_FEM_NRF21540_GPIO
    bool "nRF21540 front-end module in GPIO mode"
    select NRFX_GPIOTE
    select NRFX_PPI
    depends on MPSL_FEM_NRF21540_GPIO_SUPPORT && <choice MPSL_FEM_CHOICE: Radio front-end module (FEM) type>
    help
      FEM device is nRF21540 and its control mode is GPIO.
      Note: nRF21540 is unavailable when Bluetooth LE is enabled

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