From: Simon Goldschmidt Date: Thu, 28 Mar 2019 20:11:51 +0000 (+0100) Subject: configs: socfpga: socrates: enable rtc support X-Git-Tag: v2019.07-rc1~6^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac1ec53e26d68493f01b0adf44e45a995da640df;p=oweals%2Fu-boot.git configs: socfpga: socrates: enable rtc support This enables DM_RTC and RTC_M41T62 to enable support for the rtc on the socrates board. Signed-off-by: Simon Goldschmidt Reviewed-by: Stefan Roese --- diff --git a/configs/socfpga_socrates_defconfig b/configs/socfpga_socrates_defconfig index 45fd78a15c..242d938f9c 100644 --- a/configs/socfpga_socrates_defconfig +++ b/configs/socfpga_socrates_defconfig @@ -61,6 +61,8 @@ CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_MII=y CONFIG_DM_RESET=y +CONFIG_DM_RTC=y +CONFIG_RTC_M41T62=y CONFIG_SPI=y CONFIG_CADENCE_QSPI=y CONFIG_DESIGNWARE_SPI=y