aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorAlessandro Zummo <a.zummo@towertech.it>2006-03-27 04:16:47 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-27 11:44:52 -0500
commit1d98af87270cc08bb8251e004b9dc63cc838f24b (patch)
tree05098581730851d32b59fed728a7c86e8193677b /drivers/rtc/Kconfig
parente842f1c8ff8a88f290e26d1139e89aad02c4e0c3 (diff)
[PATCH] RTC subsystem: M48T86 driver
Add a driver for the ST M48T86 / Dallas DS12887 RTC. This is a platform driver. The platform device must provide I/O routines to access the RTC. Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 166232a3f56b..929dd8090578 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -117,6 +117,16 @@ config RTC_DRV_RS5C372
117 This driver can also be built as a module. If so, the module 117 This driver can also be built as a module. If so, the module
118 will be called rtc-rs5c372. 118 will be called rtc-rs5c372.
119 119
120config RTC_DRV_M48T86
121 tristate "ST M48T86/Dallas DS12887"
122 depends on RTC_CLASS
123 help
124 If you say Y here you will get support for the
125 ST M48T86 and Dallas DS12887 RTC chips.
126
127 This driver can also be built as a module. If so, the module
128 will be called rtc-m48t86.
129
120config RTC_DRV_EP93XX 130config RTC_DRV_EP93XX
121 tristate "Cirrus Logic EP93XX" 131 tristate "Cirrus Logic EP93XX"
122 depends on RTC_CLASS && ARCH_EP93XX 132 depends on RTC_CLASS && ARCH_EP93XX