-
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¶
!(SOC_NRF5340_CPUAPP
|| SOC_NRF5340_CPUNET
) && (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/Kconfig.fem:18
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
config MPSL_FEM bool "Radio front-end module (FEM) support" default y depends on !(SOC_NRF5340_CPUAPP
||SOC_NRF5340_CPUNET
) && (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.)