summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorvenu byravarasu <vbyravarasu@nvidia.com>2011-12-14 17:14:15 +0530
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-21 12:06:23 +0530
commitac5eaff3483fdf4fe57a233cb4118cbfea622b4b (patch)
tree01ba623691f7c0ad347eb5c9b53aa99f1f981b2b /drivers/rtc/Kconfig
parent144bb871fcd8d7e80ad5cd01ee9a6bd3f8db2f9c (diff)
rtc: ricoh583: add ricoh583 PMU RTC driver
Add Ricoh583 PMU RTC driver along with make files. bug 902137 Change-Id: If9a62ca897e4d41735c7638fff17c7b7570bc3c6 Signed-off-by: venu byravarasu <vbyravarasu@nvidia.com> Reviewed-on: http://git-master/r/70017 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index ccc3c0357565..45f4c8040845 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1133,4 +1133,14 @@ config RTC_DRV_PUV3
This drive can also be built as a module. If so, the module
will be called rtc-puv3.
+config RTC_DRV_RC5T583
+ tristate "RICOH RC5T583 PMU RTC driver"
+ depends on MFD_RICOH583
+ default n
+ help
+ If you say yes here you get support for the RICOH RC5T583 RTC module.
+
+ This driver can also be built as a module. If so, the module
+ will be called rtc-rc5t583.
+
endif # RTC_CLASS