.flags = 0,
},
#endif
+#if defined (CONFIG_RTC_DRV_S35392A)
+ {
+ .type = "rtc-s35392a",
+ .addr = 0x30,
+ .flags = 0,
+ },
+#endif
#if defined (CONFIG_FM_QN8006)
{
.type = "fm_qn8006",
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
obj-$(CONFIG_RTC_DRV_RX8025) += rtc-rx8025.o
obj-$(CONFIG_RTC_DRV_RX8581) += rtc-rx8581.o
obj-$(CONFIG_RTC_DRV_S35390A) += rtc-s35390a.o
+obj-$(CONFIG_RTC_DRV_S35392A) += rtc-s35392a.o
obj-$(CONFIG_RTC_DRV_S3C) += rtc-s3c.o
obj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o
obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o