diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-02-13 00:21:36 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-02-17 21:29:10 +0100 |
commit | e6e7376cfd7b3f9b63de3a22792f64d9bfb2ab53 (patch) | |
tree | f385ee7e4677e2b4ce44febb73d1422f771d2d22 /drivers/rtc/Kconfig | |
parent | 10e7122107bd426a6ac33bcb17392978a72ca13b (diff) | |
download | lwn-e6e7376cfd7b3f9b63de3a22792f64d9bfb2ab53.tar.gz lwn-e6e7376cfd7b3f9b63de3a22792f64d9bfb2ab53.zip |
rtc: rv3028: add new driver
Add a driver for the MicroCrystal RV-3028. It is a SMT Real-Time Clock
Module that incorporates an integrated CMOS circuit together with an XTAL.
It has an i2c interface.
The driver handles date/time, alarms, trickle charging, timestamping,
frequency offset correction, EEPROM and NVRAM.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 7d61bb382cf3..a08785ac8903 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -626,6 +626,15 @@ config RTC_DRV_EM3027 This driver can also be built as a module. If so, the module will be called rtc-em3027. +config RTC_DRV_RV3028 + tristate "Micro Crystal RV3028" + help + If you say yes here you get support for the Micro Crystal + RV3028. + + This driver can also be built as a module. If so, the module + will be called rtc-rv3028. + config RTC_DRV_RV8803 tristate "Micro Crystal RV8803, Epson RX8900" help |