aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorAkshay Bhat <akshay.bhat@timesys.com>2015-12-03 14:41:21 -0500
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-01-11 14:19:59 -0500
commited13d89b08e392cd347aaa54ddc17f7d3e26b175 (patch)
treeebb1e6f3aa3fed92a0045a3e6981cd347593a5b4 /drivers/rtc/Kconfig
parent529af7d1982562eafdc01760d44d990c7e3dcd82 (diff)
rtc: Add Epson RX8010SJ RTC driver
This driver supports the following functions: - reading and setting time - alarms when connected to an IRQ - reading and clearing the voltage low flags Datasheet: http://www.epsondevice.com/docs/qd/en/DownloadServlet?id=ID000956 Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
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 2a524244afec..376322f71fd5 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -558,6 +558,16 @@ config RTC_DRV_FM3130
558 This driver can also be built as a module. If so the module 558 This driver can also be built as a module. If so the module
559 will be called rtc-fm3130. 559 will be called rtc-fm3130.
560 560
561config RTC_DRV_RX8010
562 tristate "Epson RX8010SJ"
563 depends on I2C
564 help
565 If you say yes here you get support for the Epson RX8010SJ RTC
566 chip.
567
568 This driver can also be built as a module. If so, the module
569 will be called rtc-rx8010.
570
561config RTC_DRV_RX8581 571config RTC_DRV_RX8581
562 tristate "Epson RX-8581" 572 tristate "Epson RX-8581"
563 help 573 help