diff options
author | Torben Hohn <torbenh@linutronix.de> | 2013-02-21 16:44:40 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 17:22:28 -0800 |
commit | cce2da9a1fc6ef144d830587080476fec283d670 (patch) | |
tree | 4cb6681a593dc851940caefd44abf8d6dda41ec5 /drivers/rtc/Kconfig | |
parent | 225ccc28726ca8849e5bfc9148c343e258737f3b (diff) | |
download | linux-3.10-cce2da9a1fc6ef144d830587080476fec283d670.tar.gz linux-3.10-cce2da9a1fc6ef144d830587080476fec283d670.tar.bz2 linux-3.10-cce2da9a1fc6ef144d830587080476fec283d670.zip |
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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index d5218344069..2e340763ba4 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" |