drivers: counter: rtc valid for stm32l1 soc series

The rtc counter is also built for the stm32l1 series
from STMicroelectronics.
The EXTI line 17 is mapped on RTC alarm pin

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2020-07-24 10:24:15 +02:00 committed by Carles Cufí
parent 7aead7300a
commit b9c7c35db0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ menuconfig COUNTER_RTC_STM32
select REQUIRES_FULL_LIBC
help
Build RTC driver for STM32 SoCs.
Tested on STM32 F0, F2, F3, F4, L4, F7, G4, H7 series
Tested on STM32 F0, F2, F3, F4, L1, L4, F7, G4, H7 series
choice COUNTER_RTC_STM32_CLOCK_SRC
bool "RTC clock source"