The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOC_SERIES_EFM32WG

EFM32WG Series MCU

Type: bool

Help

Enable support for EFM32 WonderGecko MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At soc/arm/silabs_exx32/efm32wg/Kconfig.series:8

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:6soc/arm/silabs_exx32/Kconfig.soc:7

Menu path: (top menu) → SoC/CPU/Configuration Selection

config SOC_SERIES_EFM32WG
    bool
    prompt "EFM32WG Series MCU" if <choice: SoC/CPU/Configuration Selection>
    select CPU_CORTEX_M4 if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_FPU if <choice: SoC/CPU/Configuration Selection>
    select SOC_FAMILY_EXX32 if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_SYSTICK if <choice: SoC/CPU/Configuration Selection>
    select HAS_SILABS_GECKO if <choice: SoC/CPU/Configuration Selection>
    select SOC_GECKO_CMU if <choice: SoC/CPU/Configuration Selection>
    select SOC_GECKO_GPIO if <choice: SoC/CPU/Configuration Selection>
    depends on <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for EFM32 WonderGecko MCU series

(Definitions include propagated dependencies, including from if’s and menus.)