diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2007-07-17 07:05:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:09 -0400 |
commit | 537739dee52cb9bb4f9ba080a59795d5c4c306ba (patch) | |
tree | 85c38d6b3b7af26442857f193280721a013bf750 /drivers/rtc/Kconfig | |
parent | 2e774c7caf84455d5e7d492d123bad6f417818b5 (diff) |
RTC driver for DS1216 chips
RTC driver for Dallas/Maxim DS126 chips used in SNI RM200/RM400
[akpm@linux-foundation.org: cleanups]
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index bcd18765a4ad..6210280135c8 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -280,6 +280,12 @@ config RTC_DRV_CMOS | |||
280 | This driver can also be built as a module. If so, the module | 280 | This driver can also be built as a module. If so, the module |
281 | will be called rtc-cmos. | 281 | will be called rtc-cmos. |
282 | 282 | ||
283 | config RTC_DRV_DS1216 | ||
284 | tristate "Dallas DS1216" | ||
285 | depends on RTC_CLASS && SNI_RM | ||
286 | help | ||
287 | If you say yes here you get support for the Dallas DS1216 RTC chips. | ||
288 | |||
283 | config RTC_DRV_DS1553 | 289 | config RTC_DRV_DS1553 |
284 | tristate "Dallas DS1553" | 290 | tristate "Dallas DS1553" |
285 | depends on RTC_CLASS | 291 | depends on RTC_CLASS |