diff options
author | Piotr Ziecik <kosmo@semihalf.com> | 2009-12-15 19:46:12 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 10:20:00 -0500 |
commit | 1ce7c83fa91d27bd0e195e8b2ff10d3a1caeb0d6 (patch) | |
tree | 45e656183500592f562d5c5b31687a69fc0f53ed /drivers/rtc/Kconfig | |
parent | 8cfde8c1df31724f881de1a37f878ccbba4f178f (diff) |
rtc: add driver for BQ32000 I2C RTC
This patch adds basic support for Texas Instruments BQ32000 I2C RTC. Only
time reading/writing is implemented. Advanced features, such as trickle
charger and crystal calibration are not supported.
Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
Signed-off-by: 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 9930d79fa51f..40c168bf6984 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -242,6 +242,15 @@ config RTC_DRV_M41T80_WDT | |||
242 | If you say Y here you will get support for the | 242 | If you say Y here you will get support for the |
243 | watchdog timer in the ST M41T60 and M41T80 RTC chips series. | 243 | watchdog timer in the ST M41T60 and M41T80 RTC chips series. |
244 | 244 | ||
245 | config RTC_DRV_BQ32K | ||
246 | tristate "TI BQ32000" | ||
247 | help | ||
248 | If you say Y here you will get support for the TI | ||
249 | BQ32000 I2C RTC chip. | ||
250 | |||
251 | This driver can also be built as a module. If so, the module | ||
252 | will be called rtc-bq32k. | ||
253 | |||
245 | config RTC_DRV_DM355EVM | 254 | config RTC_DRV_DM355EVM |
246 | tristate "TI DaVinci DM355 EVM RTC" | 255 | tristate "TI DaVinci DM355 EVM RTC" |
247 | depends on MFD_DM355EVM_MSP | 256 | depends on MFD_DM355EVM_MSP |