aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorDeepak Saxena <dsaxena@plexity.net>2006-06-25 08:47:38 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 13:01:05 -0400
commit8ae6e163c1b637e1cb125613726ffbd31ca44fdf (patch)
tree28a0f2be841d9b8ff0ab86a3706acce41ac0b6f9 /drivers/rtc/Kconfig
parentdcd96379613a3cbe87c30e1c20122ecdcdf3a4b8 (diff)
[PATCH] Add driver for ARM AMBA PL031 RTC
Add a driver for the ARM PL031 RTC found on some ARM SOCs. The driver is fairly trivial as the RTC only provides a read/write and alarm capability. [akpm@osdl.org: compile fix] Signed-off-by: Deepak <dsaxena@plexity.net> Acked-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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 65d090dbef46..875ff5e5792a 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -157,6 +157,16 @@ config RTC_DRV_VR41XX
157 To compile this driver as a module, choose M here: the 157 To compile this driver as a module, choose M here: the
158 module will be called rtc-vr41xx. 158 module will be called rtc-vr41xx.
159 159
160config RTC_DRV_PL031
161 tristate "ARM AMBA PL031 RTC"
162 depends on RTC_CLASS && ARM_AMBA
163 help
164 If you say Y here you will get access to ARM AMBA
165 PrimeCell PL031 UART found on certain ARM SOCs.
166
167 To compile this driver as a module, choose M here: the
168 module will be called rtc-pl031.
169
160config RTC_DRV_TEST 170config RTC_DRV_TEST
161 tristate "Test driver/device" 171 tristate "Test driver/device"
162 depends on RTC_CLASS 172 depends on RTC_CLASS