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
)
(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:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:38
→ <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)
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.)