diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2007-07-17 04:05:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 10:23:09 -0700 |
commit | 537739dee52cb9bb4f9ba080a59795d5c4c306ba (patch) | |
tree | 85c38d6b3b7af26442857f193280721a013bf750 /drivers/rtc/Kconfig | |
parent | 2e774c7caf84455d5e7d492d123bad6f417818b5 (diff) | |
download | blackbird-obmc-linux-537739dee52cb9bb4f9ba080a59795d5c4c306ba.tar.gz blackbird-obmc-linux-537739dee52cb9bb4f9ba080a59795d5c4c306ba.zip |
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 This driver can also be built as a module. If so, the module will be called rtc-cmos. +config RTC_DRV_DS1216 + tristate "Dallas DS1216" + depends on RTC_CLASS && SNI_RM + help + If you say yes here you get support for the Dallas DS1216 RTC chips. + config RTC_DRV_DS1553 tristate "Dallas DS1553" depends on RTC_CLASS |