diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-10-14 17:16:59 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-15 12:46:51 +0100 |
commit | 5f119f29063c9a9bf1ab40112c02710c2db84f29 (patch) | |
tree | 0bbaad32a7a039475f6a53eadbd8be44b320d525 /drivers/rtc/Kconfig | |
parent | 7d81a5e03ddbb44d05a32cad4a46a23577216497 (diff) | |
download | talos-op-linux-5f119f29063c9a9bf1ab40112c02710c2db84f29.tar.gz talos-op-linux-5f119f29063c9a9bf1ab40112c02710c2db84f29.zip |
MIPS: DS1286: New RTC driver
This driver replaces the broken DS1286 driver in drivers/char and gives back
RTC support for SGI IP22 and IP28 machines.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Acked-by: Alessandro Zummo <alessandro.zummo@towertech.it>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b57fba5c6d02..24217008aa35 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -352,6 +352,11 @@ config RTC_DRV_DS1216 help If you say yes here you get support for the Dallas DS1216 RTC chips. +config RTC_DRV_DS1286 + tristate "Dallas DS1286" + help + If you say yes here you get support for the Dallas DS1286 RTC chips. + config RTC_DRV_DS1302 tristate "Dallas DS1302" depends on SH_SECUREEDGE5410 |