aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2006-06-25 08:48:27 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 13:01:14 -0400
commit788b1fc619a31ebdbadd3a8863631f59a4bd2944 (patch)
tree8903053fd78c938078ea2b7c30bc1f434507416e /drivers/rtc/Kconfig
parent8232212e0b4ee4eb3e407f5a9b098f6377820164 (diff)
[PATCH] AT91RM9200 RTC driver
Adds support for the RTC integrated in the Atmel AT91RM9200 SoC. Driver was originally written for 2.4 by Rick Bronson. Then converted to 2.6 ARM RTC API by Steven Scholz. Now converted to the RTC class model. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 8534012ebdef..0bfd3aad6179 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -202,6 +202,12 @@ config RTC_DRV_PL031
202 To compile this driver as a module, choose M here: the 202 To compile this driver as a module, choose M here: the
203 module will be called rtc-pl031. 203 module will be called rtc-pl031.
204 204
205config RTC_DRV_AT91
206 tristate "AT91RM9200"
207 depends on RTC_CLASS && ARCH_AT91RM9200
208 help
209 Driver for the Atmel AT91RM9200's internal RTC (Realtime Clock).
210
205config RTC_DRV_TEST 211config RTC_DRV_TEST
206 tristate "Test driver/device" 212 tristate "Test driver/device"
207 depends on RTC_CLASS 213 depends on RTC_CLASS