diff options
author | Venu Byravarasu <vbyravarasu@nvidia.com> | 2012-10-04 20:14:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 14:05:03 -0400 |
commit | 90829c089ef622e54ce1153eb6dcda9ce98cb7c2 (patch) | |
tree | d6468baa51657219d583d0cf721bfd845d046bc4 /drivers/rtc/Kconfig | |
parent | a16e8393ac03cc24fd9b838f42823b4242ceac88 (diff) |
rtc: rc5t583: add ricoh rc5t583 RTC driver
Add an RTC driver for the RTC device on Ricoh MFD Rc5t583. Ricoh RTC has
3 types of alarms. The current patch adds support for the Y-Alarm of
RC5t583 RTC.
Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 f92d17bc9566..94764560d110 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -350,6 +350,16 @@ config RTC_DRV_TPS65910 | |||
350 | This driver can also be built as a module. If so, the module | 350 | This driver can also be built as a module. If so, the module |
351 | will be called rtc-tps65910. | 351 | will be called rtc-tps65910. |
352 | 352 | ||
353 | config RTC_DRV_RC5T583 | ||
354 | tristate "RICOH 5T583 RTC driver" | ||
355 | depends on MFD_RC5T583 | ||
356 | help | ||
357 | If you say yes here you get support for the RTC on the | ||
358 | RICOH 5T583 chips. | ||
359 | |||
360 | This driver can also be built as a module. If so, the module | ||
361 | will be called rtc-rc5t583. | ||
362 | |||
353 | config RTC_DRV_S35390A | 363 | config RTC_DRV_S35390A |
354 | tristate "Seiko Instruments S-35390A" | 364 | tristate "Seiko Instruments S-35390A" |
355 | select BITREVERSE | 365 | select BITREVERSE |