diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-22 11:02:34 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-22 11:04:52 +0200 |
commit | 1f99eaff08f699472860c82480344e824a737d57 (patch) | |
tree | ec1576a1b56a62c8400c9934fc3f6a8965b55bd5 /drivers/rtc/Makefile | |
parent | fd7fe1bb8d7c881aa9c84522b7a09943a2430dd2 (diff) | |
download | u-boot-1f99eaff08f699472860c82480344e824a737d57.tar.gz u-boot-1f99eaff08f699472860c82480344e824a737d57.tar.xz u-boot-1f99eaff08f699472860c82480344e824a737d57.zip |
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/Makefile')
-rw-r--r-- | drivers/rtc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index 915adb87fe..f97a669982 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -51,5 +51,6 @@ obj-$(CONFIG_RTC_RX8025) += rx8025.o obj-$(CONFIG_RTC_RX8010SJ) += rx8010sj.o obj-$(CONFIG_RTC_S3C24X0) += s3c24x0_rtc.o obj-$(CONFIG_RTC_S35392A) += s35392a.o +obj-$(CONFIG_RTC_STM32) += stm32_rtc.o obj-$(CONFIG_SANDBOX) += sandbox_rtc.o obj-$(CONFIG_RTC_X1205) += x1205.o |