boards: stm32h7: Remove lptim related configuration

No power.c implementation is provided for stm32h7 soc series.
Since there is no code provided to handle entry and exit of stop states or
PM use case globally, there is no reason to provide a configuration of
LPTIM which only current use is to be used as PM ticker.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2022-08-22 16:38:17 +02:00 committed by Fabio Baltieri
commit f7871c4974
2 changed files with 0 additions and 10 deletions

View file

@ -15,9 +15,4 @@ config NET_L2_ETHERNET
endif # NETWORKING endif # NETWORKING
choice STM32_LPTIM_CLOCK
default STM32_LPTIM_CLOCK_LSE
depends on STM32_LPTIM_TIMER
endchoice
endif # BOARD_NUCLEO_H723ZG endif # BOARD_NUCLEO_H723ZG

View file

@ -12,9 +12,4 @@ config SPI_STM32_INTERRUPT
default y default y
depends on SPI depends on SPI
choice STM32_LPTIM_CLOCK
default STM32_LPTIM_CLOCK_LSE
depends on STM32_LPTIM_TIMER
endchoice
endif # BOARD_STM32H735G_DISCO endif # BOARD_STM32H735G_DISCO