diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-01-04 15:35:44 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-01-04 16:11:48 -0800 |
commit | dc59ed38653f3473802ea6191ef91fbb6d06a0f6 (patch) | |
tree | 7e6001cd00055af76649b762bf66638ab7111a74 /drivers/rtc/Kconfig | |
parent | 9df0a2451000700a7acb2a717f735c761ffdc7d9 (diff) | |
download | linux-3.10-dc59ed38653f3473802ea6191ef91fbb6d06a0f6.tar.gz linux-3.10-dc59ed38653f3473802ea6191ef91fbb6d06a0f6.tar.bz2 linux-3.10-dc59ed38653f3473802ea6191ef91fbb6d06a0f6.zip |
rtc: add RTC driver for TPS6586x
Add an RTC driver for TPS6586X 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 stray semicolons]
[akpm@linux-foundation.org: start epoch in 2009]
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Tested-by: Marc Dietrich <marvin24@gmx.de>
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 d0cea02b5df..923a9da9c82 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -352,6 +352,14 @@ config RTC_DRV_TWL4030 This driver can also be built as a module. If so, the module will be called rtc-twl. +config RTC_DRV_TPS6586X + tristate "TI TPS6586X RTC driver" + depends on MFD_TPS6586X + help + TI Power Managment IC TPS6586X supports RTC functionality + along with alarm. This driver supports the RTC driver for + the TPS6586X RTC module. + config RTC_DRV_TPS65910 tristate "TI TPS65910 RTC driver" depends on RTC_CLASS && MFD_TPS65910 |