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:
parent
252aaf7637
commit
7a690a56c5
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue