summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2019-05-29 02:29:58 +0300
committerTom Rini <trini@konsulko.com>2019-07-13 18:11:28 +0300
commitfb9a1ffef38e49597939f01b89ed521fdb5de99b (patch)
tree4470256252e51a388a3fc818533d55adcc09bdc4 /drivers/rtc/Kconfig
parent9adaa039b67a7f43e5618fcd5d4c9fc0e8f9dd68 (diff)
downloadu-boot-fb9a1ffef38e49597939f01b89ed521fdb5de99b.tar.xz
rtc: add Microcrystal RV-8803 driver
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index fd0009b2e2..532e94d337 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -70,6 +70,16 @@ config RTC_RV3029
This driver supports reading and writing the RTC/calendar and the
battery-baced SRAM section.
+config RTC_RV8803
+ bool "Enable RV8803 driver"
+ depends on DM_RTC
+ help
+ The Micro Crystal RV8803 is a high accuracy, ultra-low power I2C
+ Real Time Clock (RTC) with temperature compensation.
+
+ This driver supports reading and writing the RTC/calendar and
+ detects total power failures.
+
config RTC_RX8010SJ
bool "Enable RX8010SJ driver"
depends on DM_RTC