summaryrefslogtreecommitdiff
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorJin Park <jinyoungp@nvidia.com>2011-08-29 11:47:40 +0900
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:44 -0800
commit083c362fba0021213cba5dd417e0288a86c8a892 (patch)
treec89416b04e1b9ae5ecac786d9b02fe4b37ff6765 /drivers/rtc/Kconfig
parent956c69018ceb47c87a4a6cd3d38e4aba29af2cf9 (diff)
rtc: max77663: Add MAX77663 RTC driver
Add RTC driver for Maxim PMU MAX77663. Bug 849360 Original-Change-Id: Ia7c910a852527f6a7bf5d2622cb1f76fd72222cd Signed-off-by: Jin Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/49584 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Rebase-Id: R716e08b9f98c3be480877009bef0db99ccf8043e
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 7b07871aa408..71a2a6fe4409 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -223,6 +223,16 @@ config RTC_DRV_MAX8907C
This driver can also be built as a module. If so, the module
will be called rtc-max8907c.
+config RTC_DRV_MAX77663
+ tristate "Maxim MAX77663"
+ depends on MFD_MAX77663
+ help
+ If you say yes here you will get support for the
+ RTC of Maxim MAX77663 PMIC.
+
+ This driver can also be built as a module. If so, the module
+ will be called rtc-max77663.
+
config RTC_DRV_RS5C372
tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A"
help