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 <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2019-10-24 15:32:36 +02:00 committed by Kumar Gala
commit 80d58e7f39

View file

@ -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