summaryrefslogtreecommitdiff
path: root/configs/socfpga_socrates_defconfig
diff options
context:
space:
mode:
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>2019-03-28 23:11:51 +0300
committerMarek Vasut <marex@denx.de>2019-04-25 01:00:49 +0300
commitac1ec53e26d68493f01b0adf44e45a995da640df (patch)
tree50657ff82bdf3aca9a5586fd424e6268d1938e80 /configs/socfpga_socrates_defconfig
parentd1aa159d999f876e28bb200cca69a0a8c86ed888 (diff)
downloadu-boot-ac1ec53e26d68493f01b0adf44e45a995da640df.tar.xz
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 <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/socfpga_socrates_defconfig')
-rw-r--r--configs/socfpga_socrates_defconfig2
1 files changed, 2 insertions, 0 deletions
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