summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorTorben Hohn <torbenh@linutronix.de>2013-02-22 00:44:40 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2013-02-22 01:22:28 (GMT)
commitcce2da9a1fc6ef144d830587080476fec283d670 (patch)
tree4cb6681a593dc851940caefd44abf8d6dda41ec5 /drivers/rtc/Kconfig
parent225ccc28726ca8849e5bfc9148c343e258737f3b (diff)
downloadlinux-fsl-qoriq-cce2da9a1fc6ef144d830587080476fec283d670.tar.xz
rtc: add support for spi rtc rx4581
[akpm@linux-foundation.org: checkpatch fixes] Signed-off-by: Torben Hohn <torbenh@linutronix.de> Cc: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index d521834..2e34076 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -561,6 +561,14 @@ config RTC_DRV_PCF2123
This driver can also be built as a module. If so, the module
will be called rtc-pcf2123.
+config RTC_DRV_RX4581
+ tristate "Epson RX-4581"
+ help
+ If you say yes here you will get support for the Epson RX-4581.
+
+ This driver can also be built as a module. If so the module
+ will be called rtc-rx4581.
+
endif # SPI_MASTER
comment "Platform RTC drivers"