From cce2da9a1fc6ef144d830587080476fec283d670 Mon Sep 17 00:00:00 2001 From: Torben Hohn Date: Thu, 21 Feb 2013 16:44:40 -0800 Subject: rtc: add support for spi rtc rx4581 [akpm@linux-foundation.org: checkpatch fixes] Signed-off-by: Torben Hohn Cc: Dan Carpenter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/rtc/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'drivers/rtc/Kconfig') 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 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" -- cgit v1.2.1