Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / drivers / rtc / Kconfig
index 8e437e2..ce2aabf 100644 (file)
@@ -361,12 +361,39 @@ config RTC_DRV_RX8025
          This driver can also be built as a module. If so, the module
          will be called rtc-rx8025.
 
+config RTC_DRV_EM3027
+       tristate "EM Microelectronic EM3027"
+       help
+         If you say yes here you get support for the EM
+         Microelectronic EM3027 RTC chips.
+
+         This driver can also be built as a module. If so, the module
+         will be called rtc-em3027.
+
+config RTC_DRV_RV3029C2
+       tristate "Micro Crystal RTC"
+       help
+         If you say yes here you get support for the Micro Crystal
+         RV3029-C2 RTC chips.
+
+         This driver can also be built as a module. If so, the module
+         will be called rtc-rv3029c2.
+
 endif # I2C
 
 comment "SPI RTC drivers"
 
 if SPI_MASTER
 
+config RTC_DRV_M41T93
+        tristate "ST M41T93"
+        help
+          If you say yes here you will get support for the
+          ST M41T93 SPI RTC chip.
+
+          This driver can also be built as a module. If so, the module
+          will be called rtc-m41t93.
+
 config RTC_DRV_M41T94
        tristate "ST M41T94"
        help
@@ -655,6 +682,14 @@ config RTC_DRV_WM8350
          This driver can also be built as a module. If so, the module
          will be called "rtc-wm8350".
 
+config RTC_DRV_SPEAR
+       tristate "SPEAR ST RTC"
+       depends on PLAT_SPEAR
+       default y
+       help
+        If you say Y here you will get support for the RTC found on
+        spear
+
 config RTC_DRV_PCF50633
        depends on MFD_PCF50633
        tristate "NXP PCF50633 RTC"
@@ -884,6 +919,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"
@@ -1009,4 +1051,13 @@ config RTC_DRV_TILE
          Enable support for the Linux driver side of the Tilera
          hypervisor's real-time clock interface.
 
+config RTC_DRV_PUV3
+       tristate "PKUnity v3 RTC support"
+       depends on ARCH_PUV3
+       help
+         This enables support for the RTC in the PKUnity-v3 SoCs.
+
+         This drive can also be built as a module. If so, the module
+         will be called rtc-puv3.
+
 endif # RTC_CLASS