diff --git a/drivers/timer/Kconfig.stm32_lptim b/drivers/timer/Kconfig.stm32_lptim index 5ca504acbef..2d20ba8c9db 100644 --- a/drivers/timer/Kconfig.stm32_lptim +++ b/drivers/timer/Kconfig.stm32_lptim @@ -6,7 +6,7 @@ menuconfig STM32_LPTIM_TIMER bool "STM32 Low Power Timer [EXPERIMENTAL]" depends on (SOC_SERIES_STM32L4X || SOC_SERIES_STM32WBX) - depends on CLOCK_CONTROL && DEVICE_POWER_MANAGEMENT + depends on CLOCK_CONTROL && SYS_POWER_MANAGEMENT select TICKLESS_CAPABLE help This module implements a kernel device driver for the LowPower Timer