diff options
author | Marek Behún <marek.behun@nic.cz> | 2021-02-26 10:30:20 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-04-08 08:44:51 +0200 |
commit | 1972d58e9765c9fc75cf1e1317bc5f522f0e45ff (patch) | |
tree | c906e636d49198f0c4c82afab2405352346fc535 /configs/turris_omnia_defconfig | |
parent | aefbc2c2a2bb2c3b0d31a97397dba255c46d20f9 (diff) | |
download | u-boot-1972d58e9765c9fc75cf1e1317bc5f522f0e45ff.tar.gz u-boot-1972d58e9765c9fc75cf1e1317bc5f522f0e45ff.tar.bz2 u-boot-1972d58e9765c9fc75cf1e1317bc5f522f0e45ff.zip |
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_defconfig | 2 |
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 |