soc: arm: st_stm32: add kconfig entry for STM32 SMPS

Add support for SMPS

Signed-off-by: Manojkumar Subramaniam <manoj@electrolance.com>
This commit is contained in:
Manojkumar Subramaniam 2021-10-20 00:29:23 +08:00 committed by Carles Cufí
commit 7a690a56c5

View file

@ -21,3 +21,9 @@ config USE_STM32_ASSERT
bool "STM32Cube HAL and LL drivers asserts"
help
Enable asserts in STM32Cube HAL and LL drivers.
config POWER_SUPPLY_SMPS
bool "Enable STM32 internal SMPS"
depends on SOC_SERIES_STM32H7X
help
Enable SMPS Power Supply.