aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorTorben Hohn <torbenh@linutronix.de>2013-02-21 19:44:40 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2013-02-21 20:22:28 -0500
commitcce2da9a1fc6ef144d830587080476fec283d670 (patch)
tree4cb6681a593dc851940caefd44abf8d6dda41ec5 /drivers/rtc/Kconfig
parent225ccc28726ca8849e5bfc9148c343e258737f3b (diff)
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 d52183440691..2e340763ba47 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -561,6 +561,14 @@ config RTC_DRV_PCF2123
561 This driver can also be built as a module. If so, the module 561 This driver can also be built as a module. If so, the module
562 will be called rtc-pcf2123. 562 will be called rtc-pcf2123.
563 563
564config RTC_DRV_RX4581
565 tristate "Epson RX-4581"
566 help
567 If you say yes here you will get support for the Epson RX-4581.
568
569 This driver can also be built as a module. If so the module
570 will be called rtc-rx4581.
571
564endif # SPI_MASTER 572endif # SPI_MASTER
565 573
566comment "Platform RTC drivers" 574comment "Platform RTC drivers"