Skip to content

Commit

Permalink
boards: arm: stm32l4r5 unset the LPTIM clock source if enabled
Browse files Browse the repository at this point in the history
For nucleo_l4r5zi board, the LPTIM clock source is defined
as LSE as default.

Signed-off-by: Francois Ramu <[email protected]>
  • Loading branch information
FRASTM authored and carlescufi committed May 29, 2020
1 parent f30f5ff commit a089e36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions boards/arm/nucleo_l4r5zi/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ if BOARD_NUCLEO_L4R5ZI
config BOARD
default "nucleo_l4r5zi"

choice STM32_LPTIM_CLOCK
default STM32_LPTIM_CLOCK_LSI
depends on STM32_LPTIM_TIMER
endchoice

config SPI_STM32_INTERRUPT
default y
depends on SPI
Expand Down

0 comments on commit a089e36

Please sign in to comment.