summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorSergei Antonov <saproj@gmail.com>2022-12-09 19:15:30 +0300
committerTom Rini <trini@konsulko.com>2023-01-03 00:01:40 +0300
commitfcb624be476e76d5043377a0f0a3c3589bfb4b5f (patch)
treeb5146824f2ad13a57a07a5578b174cd4e03d08bb /configs/sandbox_defconfig
parent872413bb0a03831ffe6f060b40cdb8bcc76f9867 (diff)
downloadu-boot-fcb624be476e76d5043377a0f0a3c3589bfb4b5f.tar.xz
rtc: add ht1380 driver
Support Holtek HT1380/HT1381 Serial Timekeeper Chip. It provides seconds , minutes, hours, day of the week, date, month and year information. Datasheet: https://www.holtek.com.tw/documents/10179/11842/ht1380_1v130.pdf Signed-off-by: Sergei Antonov <saproj@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 404e4a3324..f9c996b429 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -334,3 +334,4 @@ CONFIG_UNIT_TEST=y
CONFIG_UT_TIME=y
CONFIG_UT_DM=y
CONFIG_IPV6=y
+CONFIG_RTC_HT1380=y