diff options
author | Heiko Schocher <hs@denx.de> | 2011-05-26 19:25:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-26 20:12:33 -0400 |
commit | 52365230eed7e291bbb2a015465cac48bcb3928f (patch) | |
tree | 4df1d85d83b2898b0ebdbd49514481ee3b3b8fb5 /drivers/rtc/Kconfig | |
parent | ae3551f9cae5727819d02398b588ac14ef0a9cce (diff) |
rtc: add rv3029c2 RTC support
Add support for the Micro Crystal RV3029-C2 RTC chips.
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com>
Cc: Wan ZongShun <mcuos.com@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
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 512b40ea32cd..4956e416b315 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -370,6 +370,15 @@ config RTC_DRV_EM3027 | |||
370 | This driver can also be built as a module. If so, the module | 370 | This driver can also be built as a module. If so, the module |
371 | will be called rtc-em3027. | 371 | will be called rtc-em3027. |
372 | 372 | ||
373 | config RTC_DRV_RV3029C2 | ||
374 | tristate "Micro Crystal RTC" | ||
375 | help | ||
376 | If you say yes here you get support for the Micro Crystal | ||
377 | RV3029-C2 RTC chips. | ||
378 | |||
379 | This driver can also be built as a module. If so, the module | ||
380 | will be called rtc-rv3029c2. | ||
381 | |||
373 | endif # I2C | 382 | endif # I2C |
374 | 383 | ||
375 | comment "SPI RTC drivers" | 384 | comment "SPI RTC drivers" |