diff --git a/drivers/timer/Kconfig.stm32_lptim b/drivers/timer/Kconfig.stm32_lptim index 3e1d25d35cd7e..e182b44739ea2 100644 --- a/drivers/timer/Kconfig.stm32_lptim +++ b/drivers/timer/Kconfig.stm32_lptim @@ -17,16 +17,16 @@ if STM32_LPTIM_TIMER choice STM32_LPTIM_CLOCK prompt "LPTIM clock value configuration" -config STM32_LPTIM_CLOCK_LSE - bool "LSE" - help - Use LSE as LPTIM clock - config STM32_LPTIM_CLOCK_LSI bool "LSI" help Use LSI as LPTIM clock +config STM32_LPTIM_CLOCK_LSE + bool "LSE" + help + Use LSE as LPTIM clock + endchoice config STM32_LPTIM_CLOCK