diff options
author | Mark Jackson <mpfj@mimc.co.uk> | 2008-11-12 16:27:07 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-11-12 20:17:18 -0500 |
commit | 06de18085122b873012cb23f043e2bdcf5f50923 (patch) | |
tree | 95dd2dfc396630e14b68b9f6b5c6af4e59a86f64 /drivers/rtc/Kconfig | |
parent | a7fa9851b6dd18824320c4129f26947b3cdb63d8 (diff) |
rtc: add Dallas DS1390/93/94 RTC chips
Add support for the Dallas DS1390/93/94 SPI RTC chip.
Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 990020c1dae9..123092d8a984 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -310,6 +310,17 @@ config RTC_DRV_DS1305 | |||
310 | This driver can also be built as a module. If so, the module | 310 | This driver can also be built as a module. If so, the module |
311 | will be called rtc-ds1305. | 311 | will be called rtc-ds1305. |
312 | 312 | ||
313 | config RTC_DRV_DS1390 | ||
314 | tristate "Dallas/Maxim DS1390/93/94" | ||
315 | help | ||
316 | If you say yes here you get support for the DS1390/93/94 chips. | ||
317 | |||
318 | This driver only supports the RTC feature, and not other chip | ||
319 | features such as alarms and trickle charging. | ||
320 | |||
321 | This driver can also be built as a module. If so, the module | ||
322 | will be called rtc-ds1390. | ||
323 | |||
313 | config RTC_DRV_MAX6902 | 324 | config RTC_DRV_MAX6902 |
314 | tristate "Maxim MAX6902" | 325 | tristate "Maxim MAX6902" |
315 | help | 326 | help |