CONFIG_SOC_SERIES_EFM32JG12B

EFM32JG12B Series MCU

Type: bool

Help

Enable support for EFM32 JadeGecko MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/soc/arm/silabs_exx32/efm32jg12b/Kconfig.series:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:6<BuildDir>/Kconfig/Kconfig.soc:1<Zephyr>/soc/arm/silabs_exx32/Kconfig.soc:4

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

config SOC_SERIES_EFM32JG12B
    bool "EFM32JG12B Series MCU"
    select ARM
    select HAS_SILABS_GECKO
    select HAS_SWO
    select CPU_CORTEX_M3
    select CPU_HAS_ARM_MPU
    select SOC_FAMILY_EXX32
    select HAS_SYS_POWER_STATE_SLEEP_1
    select HAS_SYS_POWER_STATE_SLEEP_2
    select HAS_SYS_POWER_STATE_SLEEP_3
    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
    select SOC_GECKO_TRNG
    depends on <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for EFM32 JadeGecko MCU series

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