From 8432081f515bb5a08992e32b998fc97dcd5f5826 Mon Sep 17 00:00:00 2001 From: Guillaume Gautier Date: Wed, 13 Jul 2022 17:26:43 +0200 Subject: [PATCH] soc: arm: st_stm32: stm32wba: Add LPTIM to Kconfig For STM32WBA, enable LPTIM if Power management is enabled Signed-off-by: Guillaume Gautier --- soc/arm/st_stm32/stm32wba/Kconfig.defconfig.series | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soc/arm/st_stm32/stm32wba/Kconfig.defconfig.series b/soc/arm/st_stm32/stm32wba/Kconfig.defconfig.series index e3dfeab2018..e6d57729a09 100644 --- a/soc/arm/st_stm32/stm32wba/Kconfig.defconfig.series +++ b/soc/arm/st_stm32/stm32wba/Kconfig.defconfig.series @@ -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