diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-03-18 18:29:27 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-12-04 15:22:35 -0500 |
commit | 4f672ce298e1b53a2f16571ef87810d0f73bfb1f (patch) | |
tree | 50168d7a60e6b91a966bd611d497cfeb39e6825c /drivers/rtc/Kconfig | |
parent | 4f9b9bba1dd1489909f4cb339233ced979663297 (diff) |
rtc: Add an RTC driver for the Ricoh RP5C01
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Alessandro Zummo <alessandro.zummo@towertech.it>
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 16c8268da33c..4fcd36dd7eb6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -538,6 +538,16 @@ config RTC_DRV_BQ4802 | |||
538 | This driver can also be built as a module. If so, the module | 538 | This driver can also be built as a module. If so, the module |
539 | will be called rtc-bq4802. | 539 | will be called rtc-bq4802. |
540 | 540 | ||
541 | config RTC_DRV_RP5C01 | ||
542 | tristate "Ricoh RP5C01" | ||
543 | help | ||
544 | If you say yes here you get support for the Ricoh RP5C01 | ||
545 | timekeeping chip. It is used in some Amiga models (e.g. A3000 | ||
546 | and A4000). | ||
547 | |||
548 | This driver can also be built as a module. If so, the module | ||
549 | will be called rtc-rp5c01. | ||
550 | |||
541 | config RTC_DRV_V3020 | 551 | config RTC_DRV_V3020 |
542 | tristate "EM Microelectronic V3020" | 552 | tristate "EM Microelectronic V3020" |
543 | help | 553 | help |