The latest development version of this page may be more current than this released 2.7.5 version.
choice POWER_SUPPLY_CHOICE: STM32 power supply configuration

STM32 power supply configuration

Type: bool

Direct dependencies

SOC_SERIES_STM32H7X && SOC_FAMILY_STM32

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At soc/arm/st_stm32/common/Kconfig.soc:25

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:18soc/arm/st_stm32/Kconfig:17

Menu path: (Top) → Hardware Configuration

choice POWER_SUPPLY_CHOICE
    bool "STM32 power supply configuration"
    default POWER_SUPPLY_LDO
    depends on SOC_SERIES_STM32H7X && SOC_FAMILY_STM32

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