aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authordmitry pervushin <dpervushin@embeddedalley.com>2009-09-22 16:46:26 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 07:39:45 -0700
commitdf17f63173bcfcc8b4b90f63bf88f54ca0dd2dd7 (patch)
treeeaa04e59ee51ef63801e70135db0668869be8eb5 /drivers/rtc/Kconfig
parent6bff5fb80b86b461a233eaea4da769ba1b349cbe (diff)
downloadkernel_samsung_smdk4412-df17f63173bcfcc8b4b90f63bf88f54ca0dd2dd7.zip
kernel_samsung_smdk4412-df17f63173bcfcc8b4b90f63bf88f54ca0dd2dd7.tar.gz
kernel_samsung_smdk4412-df17f63173bcfcc8b4b90f63bf88f54ca0dd2dd7.tar.bz2
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 c5b906b..8455de8 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -810,4 +810,14 @@ config RTC_DRV_COH901331
will be called "rtc-coh901331".
+config RTC_DRV_STMP
+ tristate "Freescale STMP3xxx RTC"
+ depends on ARCH_STMP3XXX
+ help
+ If you say yes here you will get support for the onboard
+ STMP3xxx RTC.
+
+ This driver can also be built as a module. If so, the module
+ will be called rtc-stmp3xxx.
+
endif # RTC_CLASS