diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-11-02 23:48:32 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-11-08 14:12:32 +0100 |
commit | 1e3929ef0e1c4c7127b785ce7a236965b3739406 (patch) | |
tree | 8ee4629008c626fb06f9162f19f7218ca59a4e6f /drivers/rtc/Makefile | |
parent | fb4ac3c14b07a6fd33a399845273661172ed282d (diff) | |
download | talos-obmc-linux-1e3929ef0e1c4c7127b785ce7a236965b3739406.tar.gz talos-obmc-linux-1e3929ef0e1c4c7127b785ce7a236965b3739406.zip |
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/Makefile')
-rw-r--r-- | drivers/rtc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index e491eb524434..231f76451615 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile @@ -126,6 +126,7 @@ obj-$(CONFIG_RTC_DRV_RS5C313) += rtc-rs5c313.o obj-$(CONFIG_RTC_DRV_RS5C348) += rtc-rs5c348.o obj-$(CONFIG_RTC_DRV_RS5C372) += rtc-rs5c372.o obj-$(CONFIG_RTC_DRV_RV3029C2) += rtc-rv3029c2.o +obj-$(CONFIG_RTC_DRV_RV8803) += rtc-rv8803.o obj-$(CONFIG_RTC_DRV_RX4581) += rtc-rx4581.o obj-$(CONFIG_RTC_DRV_RX8025) += rtc-rx8025.o obj-$(CONFIG_RTC_DRV_RX8581) += rtc-rx8581.o |