aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2013-02-21 19:44:26 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2013-02-21 20:22:27 -0500
commitfca1dd031a28da74db3df4921dc36fa78941c99f (patch)
treeee8babf2bda1148d5b1f113df16d4e318da92edd /drivers/rtc/Kconfig
parenta44802f8fb7e593adabc6ef53c8df45a1717fa9b (diff)
rtc: max77686: add Maxim 77686 driver
Add a driver to support max77686 rtc. MAX77686 rtc support smpl and wtsr mode. It has two alarm register which can be used for alarming to wake system up. This drvier uses regmap to access its register. [akpm@linux-foundation.org: remove inline, __devinit annotations] [jg1.han@samsung.com: fix build warnings] [akpm@linux-foundation.org: simplify code] Signed-off-by: Chiwoong Byun <woong.byun@samsung.com> Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com> Signed-off-by: Myugnjoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Jingoo Han <jg1.han@samsung.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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 5e44eaabf457..7a8dd0c2cae4 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -243,6 +243,16 @@ config RTC_DRV_MAX8998
243 This driver can also be built as a module. If so, the module 243 This driver can also be built as a module. If so, the module
244 will be called rtc-max8998. 244 will be called rtc-max8998.
245 245
246config RTC_DRV_MAX77686
247 tristate "Maxim MAX77686"
248 depends on MFD_MAX77686
249 help
250 If you say yes here you will get support for the
251 RTC of Maxim MAX77686 PMIC.
252
253 This driver can also be built as a module. If so, the module
254 will be called rtc-max77686.
255
246config RTC_DRV_RS5C372 256config RTC_DRV_RS5C372
247 tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A" 257 tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A"
248 help 258 help