diff options
author | Andrew Sharp <andy.sharp@onstor.com> | 2008-02-06 04:38:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:13 -0500 |
commit | 8f26795a22b12880bb07be688df72b4266f67be8 (patch) | |
tree | 880e4826a5de1e6ca8746c7fb00973ab9f2ee5f3 /drivers/rtc/Kconfig | |
parent | 8a0bdfd7a05f5bb0486fbe7146a2cf775957e95e (diff) |
Platform real time clock driver for Dallas 1511 chip
Add RTC support for DS1511 RTC/WDT chip.
Signed-off-by: Andy Sharp <andy.sharp@onstor.com>
Cc: 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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 0cc448c0eddd..4a39b76aeacd 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -312,6 +312,16 @@ config RTC_DRV_DS1302 | |||
312 | help | 312 | help |
313 | If you say yes here you get support for the Dallas DS1302 RTC chips. | 313 | If you say yes here you get support for the Dallas DS1302 RTC chips. |
314 | 314 | ||
315 | config RTC_DRV_DS1511 | ||
316 | tristate "Dallas DS1511" | ||
317 | depends on RTC_CLASS | ||
318 | help | ||
319 | If you say yes here you get support for the | ||
320 | Dallas DS1511 timekeeping/watchdog chip. | ||
321 | |||
322 | This driver can also be built as a module. If so, the module | ||
323 | will be called rtc-ds1511. | ||
324 | |||
315 | config RTC_DRV_DS1553 | 325 | config RTC_DRV_DS1553 |
316 | tristate "Maxim/Dallas DS1553" | 326 | tristate "Maxim/Dallas DS1553" |
317 | help | 327 | help |