diff options
author | Jonghwa Lee <jonghwa3.lee@samsung.com> | 2013-02-21 16:45:07 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 17:22:28 -0800 |
commit | 5e0b2704a1d5c246c8282303bbc952cba17f94fc (patch) | |
tree | c6c24694851e976dac0c8641462ba538f9851bec /drivers/rtc/Kconfig | |
parent | d4a48c2ad75b063c54949a271e193b1bfe4934be (diff) | |
download | linux-3.10-5e0b2704a1d5c246c8282303bbc952cba17f94fc.tar.gz linux-3.10-5e0b2704a1d5c246c8282303bbc952cba17f94fc.tar.bz2 linux-3.10-5e0b2704a1d5c246c8282303bbc952cba17f94fc.zip |
rtc: max8997: add driver for max8997 rtc
Add an rtc driver for Maxim 8997 multifunction chip. Max8997 has rtc
module in it. and it can be used for timekeeping clock and system alarm.
It provide various operational mode those are BCD/binary, 24/12hour,
am/pm. Driver sets binary/24/ for default. Maxim 8997 also supports
SMPL(Sudden Momentary Power Loss), WTSR (Watchdog Timeout and Software
Reset).
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Cc: 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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 2e340763ba4..d6394c87ad6 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -249,6 +249,16 @@ config RTC_DRV_MAX8998 This driver can also be built as a module. If so, the module will be called rtc-max8998. +config RTC_DRV_MAX8997 + tristate "Maxim MAX8997" + depends on MFD_MAX8997 + help + If you say yes here you will get support for the + RTC of Maxim MAX8997 PMIC. + + This driver can also be built as a module. If so, the module + will be called rtc-max8997. + config RTC_DRV_MAX77686 tristate "Maxim MAX77686" depends on MFD_MAX77686 |