:orphan: .. title:: choice: STM32G4x MCU Selection .. _choice_129: .. describe:: choice: STM32G4x MCU Selection *STM32G4x MCU Selection* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_STM32G4X ` && \ :kconfig:`SOC_FAMILY_STM32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`SOC_STM32G4A1XX ` - \ :kconfig:`SOC_STM32G431XX ` - \ :kconfig:`SOC_STM32G441XX ` - \ :kconfig:`SOC_STM32G473XX ` - \ :kconfig:`SOC_STM32G474XX ` - \ :kconfig:`SOC_STM32G483XX ` - \ :kconfig:`SOC_STM32G484XX ` - \ :kconfig:`SOC_STM32G491XX ` Kconfig definition ================== At ``/arm/st_stm32/stm32g4/Kconfig.soc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/st_stm32/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "STM32G4x MCU Selection" depends on SOC_SERIES_STM32G4X && SOC_FAMILY_STM32 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*