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.

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/fem/Kconfig:41

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:10

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic MPSL → 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 if SOC_SERIES_NRF52X
    select NRFX_DPPI if SOC_SERIES_NRF53X
    depends on MPSL_FEM_NRF21540_GPIO_SUPPORT && <choice MPSL_FEM_CHOICE>
    help
      FEM device is nRF21540 and its control mode is GPIO.

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