diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-03-27 04:16:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 11:44:52 -0500 |
commit | e842f1c8ff8a88f290e26d1139e89aad02c4e0c3 (patch) | |
tree | e5a5498d09db91d9508836c6155ea74972008013 /drivers/rtc/Kconfig | |
parent | fd507e2ff3a5adaccbefa05f4bc9f58f44e930db (diff) |
[PATCH] RTC subsystem: SA1100/PXA2XX driver
Add an RTC subsystem driver for the ARM SA1100/PXA2XX processor RTC.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
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/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b399259784e2..166232a3f56b 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -127,6 +127,15 @@ config RTC_DRV_EP93XX | |||
127 | This driver can also be built as a module. If so, the module | 127 | This driver can also be built as a module. If so, the module |
128 | will be called rtc-ep93xx. | 128 | will be called rtc-ep93xx. |
129 | 129 | ||
130 | config RTC_DRV_SA1100 | ||
131 | tristate "SA11x0/PXA2xx" | ||
132 | depends on RTC_CLASS && (ARCH_SA1100 || ARCH_PXA) | ||
133 | help | ||
134 | If you say Y here you will get access to the real time clock | ||
135 | built into your SA11x0 or PXA2xx CPU. | ||
136 | |||
137 | To compile this driver as a module, choose M here: the | ||
138 | module will be called rtc-sa1100. | ||
130 | 139 | ||
131 | config RTC_DRV_TEST | 140 | config RTC_DRV_TEST |
132 | tristate "Test driver/device" | 141 | tristate "Test driver/device" |