From 8f26795a22b12880bb07be688df72b4266f67be8 Mon Sep 17 00:00:00 2001 From: Andrew Sharp Date: Wed, 6 Feb 2008 01:38:46 -0800 Subject: Platform real time clock driver for Dallas 1511 chip Add RTC support for DS1511 RTC/WDT chip. Signed-off-by: Andy Sharp Cc: Alessandro Zummo Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/rtc/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'drivers/rtc/Kconfig') 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 help If you say yes here you get support for the Dallas DS1302 RTC chips. +config RTC_DRV_DS1511 + tristate "Dallas DS1511" + depends on RTC_CLASS + help + If you say yes here you get support for the + Dallas DS1511 timekeeping/watchdog chip. + + This driver can also be built as a module. If so, the module + will be called rtc-ds1511. + config RTC_DRV_DS1553 tristate "Maxim/Dallas DS1553" help -- cgit v1.2.3