aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorAlessandro Zummo <a.zummo@towertech.it>2006-04-11 01:54:48 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-04-11 09:18:47 -0400
commit3e16f6afb267c0256416d481862ce8019c33417d (patch)
tree21f726fc2a7a466452bb5f0dd945bf5c728a8572 /drivers/rtc
parent8417eb7a168eee8b9baa744ee5c591868e85529a (diff)
[PATCH] RTC subsystem: VR41XX cleanup
Clean up kconfig entry for the rtc-vr41xx. Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Cc: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index b4a252b6cdcc..65d090dbef46 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -148,8 +148,14 @@ config RTC_DRV_SA1100
148 module will be called rtc-sa1100. 148 module will be called rtc-sa1100.
149 149
150config RTC_DRV_VR41XX 150config RTC_DRV_VR41XX
151 tristate "NEC VR4100 series RTC" 151 tristate "NEC VR41XX"
152 depends on RTC_CLASS && CPU_VR41XX 152 depends on RTC_CLASS && CPU_VR41XX
153 help
154 If you say Y here you will get access to the real time clock
155 built into your NEC VR41XX CPU.
156
157 To compile this driver as a module, choose M here: the
158 module will be called rtc-vr41xx.
153 159
154config RTC_DRV_TEST 160config RTC_DRV_TEST
155 tristate "Test driver/device" 161 tristate "Test driver/device"