diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2010-08-05 22:28:08 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:29:06 -0400 |
commit | 9b16c0a43b74393cc18666a7748293812c61af1f (patch) | |
tree | f75874e30996e6d6b1dc5a975d19f7455c3e44d6 /drivers/rtc/Kconfig | |
parent | 2c7e6f5797140b33ec2b967ff28941e1c7eff4b2 (diff) |
rtc: Add MAX8998 rtc driver
This adds support for the RTC provided by the Maxim 8998 chip. This
driver was tested on a GONI board by using the rtc-test application from
the Documentation/rtc.txt.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 6a77437d4f5a..23579d6e4a6e 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -196,6 +196,16 @@ config RTC_DRV_MAX8925 | |||
196 | This driver can also be built as a module. If so, the module | 196 | This driver can also be built as a module. If so, the module |
197 | will be called rtc-max8925. | 197 | will be called rtc-max8925. |
198 | 198 | ||
199 | config RTC_DRV_MAX8998 | ||
200 | tristate "Maxim MAX8998" | ||
201 | depends on MFD_MAX8998 | ||
202 | help | ||
203 | If you say yes here you will get support for the | ||
204 | RTC of Maxim MAX8998 PMIC. | ||
205 | |||
206 | This driver can also be built as a module. If so, the module | ||
207 | will be called rtc-max8998. | ||
208 | |||
199 | config RTC_DRV_RS5C372 | 209 | config RTC_DRV_RS5C372 |
200 | tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A" | 210 | tristate "Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A" |
201 | help | 211 | help |