aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authordmitry pervushin <dpervushin@embeddedalley.com>2009-09-22 19:46:26 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 10:39:45 -0400
commitdf17f63173bcfcc8b4b90f63bf88f54ca0dd2dd7 (patch)
treeeaa04e59ee51ef63801e70135db0668869be8eb5 /drivers/rtc/Kconfig
parent6bff5fb80b86b461a233eaea4da769ba1b349cbe (diff)
rtc: add Freescale stmp37xx/378x driver
Add support for RTC on the Freescale STMP37xx/378x platform. Signed-off-by: dmitry pervushin <dpervushin@embeddedalley.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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index c5b906bcdbb2..8455de86e2bf 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -810,4 +810,14 @@ config RTC_DRV_COH901331
810 will be called "rtc-coh901331". 810 will be called "rtc-coh901331".
811 811
812 812
813config RTC_DRV_STMP
814 tristate "Freescale STMP3xxx RTC"
815 depends on ARCH_STMP3XXX
816 help
817 If you say yes here you will get support for the onboard
818 STMP3xxx RTC.
819
820 This driver can also be built as a module. If so, the module
821 will be called rtc-stmp3xxx.
822
813endif # RTC_CLASS 823endif # RTC_CLASS