choice: STM32F2X MCU Selection

STM32F2X MCU Selection

Type: bool

Direct dependencies

SOC_SERIES_STM32F2X && SOC_FAMILY_STM32 && ARM

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

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Kconfig definition

At arch/arm/soc/st_stm32/stm32f2/Kconfig.soc:8

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23arch/arm/soc/st_stm32/Kconfig:28

Menu path: (top menu) → ARM Options → SoC Configuration

choice
    bool
    prompt "STM32F2X MCU Selection" if SOC_SERIES_STM32F2X && SOC_FAMILY_STM32 && ARM
    depends on SOC_SERIES_STM32F2X && SOC_FAMILY_STM32 && ARM

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