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