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:
parent
f6979306bc
commit
f7871c4974
2 changed files with 0 additions and 10 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue