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

CONFIG_SOC_SERIES_EFM32PG1B

EFM32PG1B Series MCU

Type: bool

Help

Enable support for EFM32 PearlGecko MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

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

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:9soc/arm/silabs_exx32/Kconfig.soc:4

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

config SOC_SERIES_EFM32PG1B
    bool "EFM32PG1B Series MCU"
    select ARM
    select HAS_SILABS_GECKO
    select HAS_SWO
    select CPU_CORTEX_M4
    select CPU_CORTEX_M_HAS_DWT
    select CPU_HAS_FPU
    select CPU_HAS_ARM_MPU
    select SOC_FAMILY_EXX32
    select SOC_GECKO_HAS_INDIVIDUAL_PIN_LOCATION
    select SOC_GECKO_HAS_HFRCO_FREQRANGE
    select SOC_GECKO_CMU
    select SOC_GECKO_EMU
    select SOC_GECKO_GPIO
    depends on <choice>
    help
      Enable support for EFM32 PearlGecko MCU series

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