aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorVoss, Nikolaus <N.Voss@weinmann.de>2011-05-26 19:25:07 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-05-26 20:12:33 -0400
commit74d34d4be60928c3504fdad9d67707a6e3244a80 (patch)
tree4019642f3e6fe78cda4b692eab52f8b189b2af96 /drivers/rtc/Kconfig
parent52365230eed7e291bbb2a015465cac48bcb3928f (diff)
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 <n.voss@weinmann.de> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: Grant Likely <grant.likely@secretlab.ca> 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/Kconfig9
1 files changed, 9 insertions, 0 deletions
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"
385 385
386if SPI_MASTER 386if SPI_MASTER
387 387
388config RTC_DRV_M41T93
389 tristate "ST M41T93"
390 help
391 If you say yes here you will get support for the
392 ST M41T93 SPI RTC chip.
393
394 This driver can also be built as a module. If so, the module
395 will be called rtc-m41t93.
396
388config RTC_DRV_M41T94 397config RTC_DRV_M41T94
389 tristate "ST M41T94" 398 tristate "ST M41T94"
390 help 399 help