Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions drivers/timer/Kconfig.stm32_lptim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down