From 80d58e7f394c0969c8fdbe91b26b1762128f5bd2 Mon Sep 17 00:00:00 2001 From: Francois Ramu Date: Thu, 24 Oct 2019 15:32:36 +0200 Subject: [PATCH] driver: timer: st_stm32: add lptimer management to stm32wb series This patch introduces the support of the LowPower Timer for the STM32WBxx from STMicroelectronics. Signed-off-by: Francois Ramu --- drivers/timer/Kconfig.stm32_lptim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/timer/Kconfig.stm32_lptim b/drivers/timer/Kconfig.stm32_lptim index 87b0cc7f28c..60bc484e792 100644 --- a/drivers/timer/Kconfig.stm32_lptim +++ b/drivers/timer/Kconfig.stm32_lptim @@ -7,7 +7,7 @@ menuconfig STM32_LPTIM_TIMER bool "STM32 Low Power Timer" - depends on SOC_SERIES_STM32L4X + depends on (SOC_SERIES_STM32L4X || SOC_SERIES_STM32WBX) depends on CLOCK_CONTROL select TICKLESS_CAPABLE help