soc: arm: st_stm32: stm32wba: Add LPTIM to Kconfig
For STM32WBA, enable LPTIM if Power management is enabled Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
parent
38722ce9d0
commit
8432081f51
1 changed files with 3 additions and 0 deletions
|
@ -10,4 +10,7 @@ source "soc/arm/st_stm32/stm32wba/Kconfig.defconfig.stm32wba*"
|
|||
config SOC_SERIES
|
||||
default "stm32wba"
|
||||
|
||||
config STM32_LPTIM_TIMER
|
||||
default y if PM
|
||||
|
||||
endif # SOC_SERIES_STM32WBAX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue