aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig7
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
887config 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
888config RTC_DRV_SUN4V 895config RTC_DRV_SUN4V
889 bool "SUN4V Hypervisor RTC" 896 bool "SUN4V Hypervisor RTC"