soc: arm: st_stm32: stm32l1: Add RTC/Counter support
Add RTC/Counter support for STM32L1 SoCs. Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
This commit is contained in:
parent
8f7441b58d
commit
4f79e31566
4 changed files with 24 additions and 1 deletions
|
@ -51,6 +51,12 @@
|
|||
#include <stm32l1xx_ll_i2c.h>
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_COUNTER_RTC_STM32)
|
||||
#include <stm32l1xx_ll_rtc.h>
|
||||
#include <stm32l1xx_ll_exti.h>
|
||||
#include <stm32l1xx_ll_pwr.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SPI_STM32
|
||||
#include <stm32l1xx_ll_spi.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue