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:34 -0500 |
commit | 4f9b9bba1dd1489909f4cb339233ced979663297 (patch) | |
tree | 5b397ed082db8791279b24d2b9a0d7ceab916eab /drivers/rtc/Kconfig | |
parent | 22763c5cf3690a681551162c15d34d935308c8d7 (diff) |
rtc: Add an RTC driver for the Oki MSM6242
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 3c20dae43ce2..16c8268da33c 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -509,6 +509,15 @@ config RTC_DRV_M48T59 | |||
509 | This driver can also be built as a module, if so, the module | 509 | This driver can also be built as a module, if so, the module |
510 | will be called "rtc-m48t59". | 510 | will be called "rtc-m48t59". |
511 | 511 | ||
512 | config RTC_DRV_MSM6242 | ||
513 | tristate "Oki MSM6242" | ||
514 | help | ||
515 | If you say yes here you get support for the Oki MSM6242 | ||
516 | timekeeping chip. It is used in some Amiga models (e.g. A2000). | ||
517 | |||
518 | This driver can also be built as a module. If so, the module | ||
519 | will be called rtc-msm6242. | ||
520 | |||
512 | config RTC_MXC | 521 | config RTC_MXC |
513 | tristate "Freescale MXC Real Time Clock" | 522 | tristate "Freescale MXC Real Time Clock" |
514 | depends on ARCH_MXC | 523 | depends on ARCH_MXC |