diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-08 11:13:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-08 11:13:35 -0500 |
commit | adf9904dc774f23f04a5425f0198483ea61f878b (patch) | |
tree | dfe0527c7f3877eb4d155ddb20fd303c1d8328c0 /drivers/rtc/Kconfig | |
parent | bb592cf474404e51cbf3c419fb72fda83c4b7d72 (diff) | |
parent | 49966bae8446f5ba7e8afbd01bde82af4e00628a (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
m68k: parport_mfc3 - Not makes it a bool before the comparison.
m68k: don't export static inline functions
fbdev: atafb - add palette register check
m68k: Remove the BKL from sys_execve
m68k: Cleanup linker scripts using new linker script macros.
m68k: Make thread_info.h usable from assembly.
m68knommu: define arch_has_single_step() and friends
m68k: ptrace fixes
m68k: use generic code for ptrace requests
rtc: Add an RTC driver for the Ricoh RP5C01
rtc: Add an RTC driver for the Oki MSM6242
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index e11e1cda4ba2..f2e1004d12c7 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 |
@@ -529,6 +538,16 @@ config RTC_DRV_BQ4802 | |||
529 | 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 |
530 | will be called rtc-bq4802. | 539 | will be called rtc-bq4802. |
531 | 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 | |||
532 | config RTC_DRV_V3020 | 551 | config RTC_DRV_V3020 |
533 | tristate "EM Microelectronic V3020" | 552 | tristate "EM Microelectronic V3020" |
534 | help | 553 | help |