aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2010-08-10 21:02:13 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-11 11:59:07 -0400
commiteba545465fca35a413e4d62c42ce5e032e48ad60 (patch)
tree0fffdcc34d1d00091c32d22e5428dd678c7302cf /drivers/rtc/Kconfig
parent8e58f5778b975d14010b7318fac71e1daac9aabc (diff)
rtc: driver for the DryIce block found in i.MX25 chips
This driver is based on code from Freescale which accompanies their i.MX25 PDK board, with some cleanup. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: Sascha Hauer <kernel@pengutronix.de> Acked-by: 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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 4301a6c7ed3b..6ed5e7e7e79f 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -537,6 +537,16 @@ config RTC_DRV_MSM6242
537 This driver can also be built as a module. If so, the module 537 This driver can also be built as a module. If so, the module
538 will be called rtc-msm6242. 538 will be called rtc-msm6242.
539 539
540config RTC_DRV_IMXDI
541 tristate "Freescale IMX DryIce Real Time Clock"
542 depends on ARCH_MX25
543 depends on RTC_CLASS
544 help
545 Support for Freescale IMX DryIce RTC
546
547 This driver can also be built as a module, if so, the module
548 will be called "rtc-imxdi".
549
540config RTC_MXC 550config RTC_MXC
541 tristate "Freescale MXC Real Time Clock" 551 tristate "Freescale MXC Real Time Clock"
542 depends on ARCH_MXC 552 depends on ARCH_MXC