diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-02-21 19:44:34 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 20:22:28 -0500 |
commit | 36d6182411b9f597f9f85ec0c4bb00909fd16d59 (patch) | |
tree | aa86752a0ad00906b66e978b150013cebfba004c /drivers/rtc/Kconfig | |
parent | 38ae176e01f6f9ef8159325703ef5985dee40034 (diff) |
rtc: add RTC driver for TPS80031/TPS80032
Add an RTC driver for TPS80031/TPS80032 chips by TI. This driver
supports:
- Setting and getting time and date.
- Setting and reading alarm time.
- Alarm and interrupt functionlity.
[akpm@linux-foundation.org: remove obsolete __devinit/__devexit]
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Devendra Naga <devendra.aaru@gmail.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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index e94ae65af171..d52183440691 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -396,6 +396,14 @@ config RTC_DRV_TPS65910 | |||
396 | This driver can also be built as a module. If so, the module | 396 | This driver can also be built as a module. If so, the module |
397 | will be called rtc-tps65910. | 397 | will be called rtc-tps65910. |
398 | 398 | ||
399 | config RTC_DRV_TPS80031 | ||
400 | tristate "TI TPS80031/TPS80032 RTC driver" | ||
401 | depends on MFD_TPS80031 | ||
402 | help | ||
403 | TI Power Managment IC TPS80031 supports RTC functionality | ||
404 | along with alarm. This driver supports the RTC driver for | ||
405 | the TPS80031 RTC module. | ||
406 | |||
399 | config RTC_DRV_RC5T583 | 407 | config RTC_DRV_RC5T583 |
400 | tristate "RICOH 5T583 RTC driver" | 408 | tristate "RICOH 5T583 RTC driver" |
401 | depends on MFD_RC5T583 | 409 | depends on MFD_RC5T583 |