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:
parent
2302d2615b
commit
80d58e7f39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue