CONFIG_MPSL_FEM

Radio front-end module (FEM) support

Type: bool

Help

Controls if front-end module (FEM) is to be configured and enabled
when MPSL is initialized. Default type of FEM to use depends on which
compatible nodes are in devicetree.

Direct dependencies

MPSL && (MPSL_FEM_NRF21540_GPIO_SUPPORT || (MPSL_FEM_GENERIC_TWO_CTRL_PINS_SUPPORT && !SOC_SERIES_NRF53X))

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/subsys/mpsl/fem/Kconfig:18

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

config MPSL_FEM
    bool "Radio front-end module (FEM) support"
    default y
    depends on MPSL && (MPSL_FEM_NRF21540_GPIO_SUPPORT || (MPSL_FEM_GENERIC_TWO_CTRL_PINS_SUPPORT && !SOC_SERIES_NRF53X))
    help
      Controls if front-end module (FEM) is to be configured and enabled
      when MPSL is initialized. Default type of FEM to use depends on which
      compatible nodes are in devicetree.

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