Merge remote-tracking branch 'remotes/tegra/android-tegra-2.6.36-honeycomb-mr1' into...
[firefly-linux-kernel-4.4.55.git] / drivers / rtc / Kconfig
old mode 100644 (file)
new mode 100755 (executable)
index 9c9228f..8ffe3f7
@@ -153,6 +153,21 @@ comment "I2C RTC drivers"
 
 if I2C
 
+config RTC_HYM8563
+        tristate "RK2818 or RK29 extern HYM8563 RTC"
+       depends on I2C_RK2818 || I2C_RK29
+        help
+          If you say yes here you will get support for the
+          HYM8563 I2C RTC chip.
+          This driver can also be built as a module. If so, the module
+          will be called rtc-HYM8563.
+
+config RTC_M41T66
+       tristate "ST M41T66"
+       depends on I2C_RK2818 || I2C_RK29
+       help
+         If you say Y here you will get support for the ST M41T66.
+
 config RTC_DRV_DS1307
        tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00, EPSON RX-8025"
        help
@@ -337,6 +352,13 @@ config RTC_DRV_TWL4030
          This driver can also be built as a module. If so, the module
          will be called rtc-twl.
 
+config RTC_DRV_TPS65910
+       boolean "TI TPS65910"
+       depends on RTC_CLASS && TPS65910_CORE
+       help
+         If you say yes here you get support for the RTC on the
+         TPS65910 family chips, used mostly with OMAP3/AM35xx platforms.
+
 config RTC_DRV_S35390A
        tristate "Seiko Instruments S-35390A"
        select BITREVERSE
@@ -347,6 +369,16 @@ config RTC_DRV_S35390A
          This driver can also be built as a module. If so the module
          will be called rtc-s35390a.
 
+config RTC_DRV_S35392A
+       tristate "Seiko Instruments S-35392A"
+       select BITREVERSE
+       help
+         If you say yes here you will get support for the Seiko
+         Instruments S-35392A.
+
+         This driver can also be built as a module. If so the module
+         will be called rtc-s35392a.
+         
 config RTC_DRV_FM3130
        tristate "Ramtron FM3130"
        help