diff --git a/drivers/timer/Kconfig.stm32_lptim b/drivers/timer/Kconfig.stm32_lptim index f8f89740bee36..bdd732467559d 100644 --- a/drivers/timer/Kconfig.stm32_lptim +++ b/drivers/timer/Kconfig.stm32_lptim @@ -53,7 +53,7 @@ config STM32_LPTIM_TICK_FREQ_RATIO_OVERRIDE For LPTIM configuration, a specific tick freq is advised depending on LPTIM input clock: - LSI(32KHz): 4000 ticks/sec - - LSE(32678): 4096 ticks/sec + - LSE(32768): 4096 ticks/sec To prevent misconfigurations, a dedicated check is implemented in the driver. This options allows to override this check