summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-07-22 12:02:34 +0300
committerPatrick Delaunay <patrick.delaunay@st.com>2019-07-22 12:04:52 +0300
commit1f99eaff08f699472860c82480344e824a737d57 (patch)
treeec1576a1b56a62c8400c9934fc3f6a8965b55bd5 /drivers/rtc/Kconfig
parentfd7fe1bb8d7c881aa9c84522b7a09943a2430dd2 (diff)
downloadu-boot-1f99eaff08f699472860c82480344e824a737d57.tar.xz
rtc: Add rtc driver for stm32mp1
Add support of STM32MP1 rtc driver. Enable it for basic and trusted configurations. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 532e94d337..0b58a18f5f 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -120,4 +120,10 @@ config RTC_M41T62
Enable driver for ST's M41T62 compatible RTC devices (like RV-4162).
It is a serial (I2C) real-time clock (RTC) with alarm.
+config RTC_STM32
+ bool "Enable STM32 RTC driver"
+ depends on DM_RTC
+ help
+ Enable STM32 RTC driver. This driver supports the rtc that is present
+ on some STM32 SoCs.
endmenu