summaryrefslogtreecommitdiff
path: root/configs/turris_omnia_defconfig
diff options
context:
space:
mode:
authorMarek Behún <marek.behun@nic.cz>2021-02-26 12:30:20 +0300
committerStefan Roese <sr@denx.de>2021-04-08 09:44:51 +0300
commit1972d58e9765c9fc75cf1e1317bc5f522f0e45ff (patch)
treec906e636d49198f0c4c82afab2405352346fc535 /configs/turris_omnia_defconfig
parentaefbc2c2a2bb2c3b0d31a97397dba255c46d20f9 (diff)
downloadu-boot-1972d58e9765c9fc75cf1e1317bc5f522f0e45ff.tar.xz
arm: mvebu: turris_omnia: Enable DM_RTC and RTC_ARMADA38X
With this the date command is available on Turris Omnia. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de> Cc: Pali Rohár <pali@kernel.org> Acked-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'configs/turris_omnia_defconfig')
-rw-r--r--configs/turris_omnia_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index 4b8843d7be..810eacefc2 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -73,6 +73,8 @@ CONFIG_MII=y
CONFIG_PCI=y
CONFIG_PCI_MVEBU=y
CONFIG_SCSI=y
+CONFIG_DM_RTC=y
+CONFIG_RTC_ARMADA38X=y
CONFIG_DEBUG_UART_SHIFT=2
CONFIG_SYS_NS16550=y
CONFIG_KIRKWOOD_SPI=y