diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-11-03 01:48:32 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-11-08 16:12:32 +0300 |
commit | 1e3929ef0e1c4c7127b785ce7a236965b3739406 (patch) | |
tree | 8ee4629008c626fb06f9162f19f7218ca59a4e6f /drivers/rtc/Kconfig | |
parent | fb4ac3c14b07a6fd33a399845273661172ed282d (diff) | |
download | linux-1e3929ef0e1c4c7127b785ce7a236965b3739406.tar.xz |
rtc: Add a driver for Micro Crystal RV8803
This driver supports the following functions:
- reading and settings time
- alarms when connected to an IRQ
- reading and clearing the voltage low flags
- nvram
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.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 57c2dbc4f438..2a524244afec 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -593,6 +593,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_RV8803 + tristate "Micro Crystal RV8803" + help + If you say yes here you get support for the Micro Crystal + RV8803 RTC chips. + + This driver can also be built as a module. If so, the module + will be called rtc-rv8803. + config RTC_DRV_S5M tristate "Samsung S2M/S5M series" depends on MFD_SEC_CORE |