diff options
author | Piotr Ziecik <kosmo@semihalf.com> | 2009-12-15 16:46:12 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-16 07:20:00 -0800 |
commit | 1ce7c83fa91d27bd0e195e8b2ff10d3a1caeb0d6 (patch) | |
tree | 45e656183500592f562d5c5b31687a69fc0f53ed /drivers/rtc/Kconfig | |
parent | 8cfde8c1df31724f881de1a37f878ccbba4f178f (diff) | |
download | blackbird-obmc-linux-1ce7c83fa91d27bd0e195e8b2ff10d3a1caeb0d6.tar.gz blackbird-obmc-linux-1ce7c83fa91d27bd0e195e8b2ff10d3a1caeb0d6.zip |
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 If you say Y here you will get support for the watchdog timer in the ST M41T60 and M41T80 RTC chips series. +config RTC_DRV_BQ32K + tristate "TI BQ32000" + help + If you say Y here you will get support for the TI + BQ32000 I2C RTC chip. + + This driver can also be built as a module. If so, the module + will be called rtc-bq32k. + config RTC_DRV_DM355EVM tristate "TI DaVinci DM355 EVM RTC" depends on MFD_DM355EVM_MSP |