From f77fbdf952d81ae20911edccea16693f9fb7c5a0 Mon Sep 17 00:00:00 2001 From: Alexey Charkov Date: Thu, 26 May 2011 16:25:03 -0700 Subject: 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 Cc: Lars-Peter Clausen Cc: Alexey Charkov Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/rtc/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/rtc/Kconfig') 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 This RTC driver uses PXA RTC registers available since pxa27x series (RDxR, RYxR) instead of legacy RCNR, RTAR. +config RTC_DRV_VT8500 + tristate "VIA/WonderMedia 85xx SoC RTC" + depends on ARCH_VT8500 + help + If you say Y here you will get access to the real time clock + built into your VIA VT8500 SoC or its relatives. + config RTC_DRV_SUN4V bool "SUN4V Hypervisor RTC" -- cgit v1.2.3