diff options
author | Roman Fietze <roman.fietze@telemotive.de> | 2010-08-10 21:02:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-11 11:59:07 -0400 |
commit | d6c7428f9c2b1df1356a21837301647cb4f76e60 (patch) | |
tree | 24041cc3dd63a0b9330e5dbabfe8320b0ea084a0 /drivers/rtc/Kconfig | |
parent | eba545465fca35a413e4d62c42ce5e032e48ad60 (diff) |
rtc: add Intersil ISL12022 RTC driver
- derived from rtc-pcf8563
- no SRAM driver
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de>
Cc: Wan ZongShun <mcuos.com@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 6ed5e7e7e79f..999db51e6a58 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -203,6 +203,15 @@ config RTC_DRV_ISL1208 | |||
203 | This driver can also be built as a module. If so, the module | 203 | This driver can also be built as a module. If so, the module |
204 | will be called rtc-isl1208. | 204 | will be called rtc-isl1208. |
205 | 205 | ||
206 | config RTC_DRV_ISL12022 | ||
207 | tristate "Intersil ISL12022" | ||
208 | help | ||
209 | If you say yes here you get support for the | ||
210 | Intersil ISL12022 RTC chip. | ||
211 | |||
212 | This driver can also be built as a module. If so, the module | ||
213 | will be called rtc-isl12022. | ||
214 | |||
206 | config RTC_DRV_X1205 | 215 | config RTC_DRV_X1205 |
207 | tristate "Xicor/Intersil X1205" | 216 | tristate "Xicor/Intersil X1205" |
208 | help | 217 | help |