CONFIG_MPSL_FEM_SIMPLE_GPIO
Generic front-end module with two-pin control
Type: bool
Help
FEM device has a generic two-pin control interface.
This option was originally designed to support the SKY66112-11,
but is potentially compatible with other devices with the same
control method.
Direct dependencies
MPSL_FEM_GENERIC_TWO_CTRL_PINS_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:50
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 → Radio front-end module (FEM) type
config MPSL_FEM_SIMPLE_GPIO
bool "Generic front-end module with two-pin control"
select NRFX_GPIOTE
select NRFX_PPI if SOC_SERIES_NRF52X
select NRFX_DPPI if SOC_SERIES_NRF53X
depends on MPSL_FEM_GENERIC_TWO_CTRL_PINS_SUPPORT && <choice MPSL_FEM_CHOICE>
help
FEM device has a generic two-pin control interface.
This option was originally designed to support the SKY66112-11,
but is potentially compatible with other devices with the same
control method.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)