diff options
author | Alexey Charkov <alchark@gmail.com> | 2011-05-26 19:25:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-26 20:12:33 -0400 |
commit | f77fbdf952d81ae20911edccea16693f9fb7c5a0 (patch) | |
tree | 2f66a9cf61b8174729c6fdf52ca06ac5b287830b /drivers/rtc/Kconfig | |
parent | 704f15ddb5fc2a7f25a12eb0913302d8ad9ffab3 (diff) |
rtc: add support for the RTC in VIA VT8500 and compatibles
This adds a driver for the RTC devices in VIA and WonderMedia
Systems-on-Chip. Alarm, 1Hz interrupts, reading and setting time are
supported.
Signed-off-by: Alexey Charkov <alchark@gmail.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Alexey Charkov <alchark@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 8e437e2f6281..3db52f01d458 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -884,6 +884,13 @@ config RTC_DRV_PXA | |||
884 | This RTC driver uses PXA RTC registers available since pxa27x | 884 | This RTC driver uses PXA RTC registers available since pxa27x |
885 | series (RDxR, RYxR) instead of legacy RCNR, RTAR. | 885 | series (RDxR, RYxR) instead of legacy RCNR, RTAR. |
886 | 886 | ||
887 | config RTC_DRV_VT8500 | ||
888 | tristate "VIA/WonderMedia 85xx SoC RTC" | ||
889 | depends on ARCH_VT8500 | ||
890 | help | ||
891 | If you say Y here you will get access to the real time clock | ||
892 | built into your VIA VT8500 SoC or its relatives. | ||
893 | |||
887 | 894 | ||
888 | config RTC_DRV_SUN4V | 895 | config RTC_DRV_SUN4V |
889 | bool "SUN4V Hypervisor RTC" | 896 | bool "SUN4V Hypervisor RTC" |