summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorMichael Walle <[email protected]>2019-05-29 01:29:58 +0200
committerTom Rini <[email protected]>2019-07-13 11:11:28 -0400
commitfb9a1ffef38e49597939f01b89ed521fdb5de99b (patch)
tree4470256252e51a388a3fc818533d55adcc09bdc4 /drivers/rtc/Kconfig
parent9adaa039b67a7f43e5618fcd5d4c9fc0e8f9dd68 (diff)
rtc: add Microcrystal RV-8803 driver
Signed-off-by: Michael Walle <[email protected]>
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 fd0009b2e2d..532e94d337b 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