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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:50<nRF>/subsys/Kconfig:34<nRF>/subsys/mpsl/Kconfig:36

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic MPSL → Radio front-end module (FEM) support → 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
    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.)