aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2009-01-06 17:42:14 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-06 18:59:24 -0500
commitdc9443688e76733e43eebe8d6f31cc6dc34ccda9 (patch)
tree6cc522744d3a72f428d6dcc6f82e6c6b92f893d9 /drivers/rtc/Kconfig
parent5d2a50371ddf127afa782ad3147469be8e9bd69f (diff)
rtc: driver for pxa27x and pxa3xx SoC
With PXA27x and above, a new RTC hardware block was added in addition to the legacy one which is also found on the SA1100 SOC family. This second RTC block is called "wristwatch" and "periodic interrupt" and works independently from the other RTC block. The driver offers provides : - a 1Hz ticking clock - a periodic alarm, in the 1Hz to 1000Hz range - a one shot alarm Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Cc: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Cc: David Brownell <david-b@pacbell.net> 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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 165a81843357..74bd6160dfb1 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -669,6 +669,17 @@ config RTC_DRV_PPC
669 the RTC. This exposes that functionality through the generic RTC 669 the RTC. This exposes that functionality through the generic RTC
670 class. 670 class.
671 671
672config RTC_DRV_PXA
673 tristate "PXA27x/PXA3xx"
674 depends on ARCH_PXA
675 help
676 If you say Y here you will get access to the real time clock
677 built into your PXA27x or PXA3xx CPU.
678
679 This RTC driver uses PXA RTC registers available since pxa27x
680 series (RDxR, RYxR) instead of legacy RCNR, RTAR.
681
682
672config RTC_DRV_SUN4V 683config RTC_DRV_SUN4V
673 bool "SUN4V Hypervisor RTC" 684 bool "SUN4V Hypervisor RTC"
674 depends on SPARC64 685 depends on SPARC64