CONFIG_SOC_SERIES_EFR32MG21

EFR32MG21 Series MCU

Type: bool

Help

Enable support for EFR32MG21 Mighty Gecko MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At soc/arm/silabs_exx32/efr32mg21/Kconfig.series:6

Included via Kconfig:8Kconfig.zephyr:28soc/Kconfig:6/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc:1soc/arm/silabs_exx32/Kconfig.soc:4

Menu path: (Top) → SoC/CPU/Configuration Selection

config SOC_SERIES_EFR32MG21
    bool "EFR32MG21 Series MCU"
    select ARM
    select CPU_CORTEX_M33
    select CPU_CORTEX_M_HAS_DWT
    select ARMV8_M_DSP
    select CPU_HAS_FPU
    select CPU_HAS_ARM_MPU
    select SOC_FAMILY_EXX32
    select HAS_SILABS_GECKO
    select HAS_SWO
    select SOC_GECKO_CORE
    select SOC_GECKO_CMU
    select SOC_GECKO_EMU
    select SOC_GECKO_GPIO
    select SOC_GECKO_SE
    depends on <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for EFR32MG21 Mighty Gecko MCU series

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)