summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2014-02-07 14:09:47 -0700
committerTroy Kisky <troy.kisky@boundarydevices.com>2014-04-24 18:59:56 -0700
commitdab54d5113032e8e792a4d2c736395818c58a630 (patch)
tree01bd6519e28e552edb41bb8c8b145bb0c1aed530 /drivers/rtc/Kconfig
parent5b32dbda3e0c77b5c6b862dac559ceecd9b39ba5 (diff)
Add driver for Micro Crystal RV-4162 real-time clock
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index b9838130a7b0..04f0515ffe41 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -480,7 +480,7 @@ config RTC_DRV_EM3027
will be called rtc-em3027.
config RTC_DRV_RV3029C2
- tristate "Micro Crystal RTC"
+ tristate "Micro Crystal RV-3029-C2 RTC"
help
If you say yes here you get support for the Micro Crystal
RV3029-C2 RTC chips.
@@ -488,6 +488,15 @@ config RTC_DRV_RV3029C2
This driver can also be built as a module. If so, the module
will be called rtc-rv3029c2.
+config RTC_DRV_RV4162
+ tristate "Micro Crystal RTC RV-4162"
+ help
+ If you say yes here you get support for the Micro Crystal
+ RV4162-C7 RTC chips.
+
+ This driver can also be built as a module. If so, the module
+ will be called rtc-rv4162.
+
endif # I2C
comment "SPI RTC drivers"