From 74d34d4be60928c3504fdad9d67707a6e3244a80 Mon Sep 17 00:00:00 2001 From: "Voss, Nikolaus" Date: Thu, 26 May 2011 16:25:07 -0700 Subject: rtc: add basic support for ST M41T93 SPI RTC Add basic support for ST m41t93 SPI RTCs. Tested with factory-new and with "run-in" species with and without backup batteries. Signed-off-by: Nikolaus Voss Cc: Alessandro Zummo Cc: Grant Likely Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/rtc/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'drivers/rtc/Kconfig') diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 4956e416b315..0a69ed9fb454 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -385,6 +385,15 @@ comment "SPI RTC drivers" if SPI_MASTER +config RTC_DRV_M41T93 + tristate "ST M41T93" + help + If you say yes here you will get support for the + ST M41T93 SPI RTC chip. + + This driver can also be built as a module. If so, the module + will be called rtc-m41t93. + config RTC_DRV_M41T94 tristate "ST M41T94" help -- cgit v1.2.3