diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-10-14 11:17:32 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-15 07:46:51 -0400 |
commit | d1dbd82e2ff02181a7102088a9fe83e17ddbcb47 (patch) | |
tree | 464587b752de7756bf45de8b31744ccb17710385 /drivers/rtc/Kconfig | |
parent | 3ec066cdb75fb0ece5d4cc1ddfa93392f0f6498a (diff) |
RTC: M48T35: new RTC driver
This driver replaces the broken ip27-rtc driver in drivers/char and
gives back RTC support for SGI IP27 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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 24217008aa35..f3d7fd3406a6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -410,6 +410,15 @@ config RTC_DRV_M48T86 | |||
410 | This driver can also be built as a module. If so, the module | 410 | This driver can also be built as a module. If so, the module |
411 | will be called rtc-m48t86. | 411 | will be called rtc-m48t86. |
412 | 412 | ||
413 | config RTC_DRV_M48T35 | ||
414 | tristate "ST M48T35" | ||
415 | help | ||
416 | If you say Y here you will get support for the | ||
417 | ST M48T35 RTC chip. | ||
418 | |||
419 | This driver can also be built as a module, if so, the module | ||
420 | will be called "rtc-m48t35". | ||
421 | |||
413 | config RTC_DRV_M48T59 | 422 | config RTC_DRV_M48T59 |
414 | tristate "ST M48T59/M48T08/M48T02" | 423 | tristate "ST M48T59/M48T08/M48T02" |
415 | help | 424 | help |