aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorzhao zhang <zhzhl555@gmail.com>2012-03-23 18:02:32 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-03-23 19:58:39 -0400
commitb4f0b880c8d7eb225b79dec663780b4dcdea7fbc (patch)
treec99698d0030ac9c70b55f2fc03fe937772afa395 /drivers/rtc/Kconfig
parent0abc920116303e81702a38429a1b61a896e02b37 (diff)
MIPS: add RTC support for loongson1B
Add RTC support(TOY counter0) for loongson1B SOC Signed-off-by: zhao zhang <zhzhl555@gmail.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: Ralf Baechle <ralf@linux-mips.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> 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 3a125b835546..850febcbaf73 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1070,4 +1070,14 @@ config RTC_DRV_PUV3
1070 This drive can also be built as a module. If so, the module 1070 This drive can also be built as a module. If so, the module
1071 will be called rtc-puv3. 1071 will be called rtc-puv3.
1072 1072
1073config RTC_DRV_LOONGSON1
1074 tristate "loongson1 RTC support"
1075 depends on MACH_LOONGSON1
1076 help
1077 This is a driver for the loongson1 on-chip Counter0 (Time-Of-Year
1078 counter) to be used as a RTC.
1079
1080 This driver can also be built as a module. If so, the module
1081 will be called rtc-ls1x.
1082
1073endif # RTC_CLASS 1083endif # RTC_CLASS