[PATCH] md: Fix badness in sysfs_notify caused by md_new_event
[safe/jmp/linux-2.6] / drivers / rtc / Kconfig
index b399259..65d090d 100644 (file)
@@ -117,6 +117,16 @@ config RTC_DRV_RS5C372
          This driver can also be built as a module. If so, the module
          will be called rtc-rs5c372.
 
+config RTC_DRV_M48T86
+       tristate "ST M48T86/Dallas DS12887"
+       depends on RTC_CLASS
+       help
+         If you say Y here you will get support for the
+         ST M48T86 and Dallas DS12887 RTC chips.
+
+         This driver can also be built as a module. If so, the module
+         will be called rtc-m48t86.
+
 config RTC_DRV_EP93XX
        tristate "Cirrus Logic EP93XX"
        depends on RTC_CLASS && ARCH_EP93XX
@@ -127,6 +137,25 @@ config RTC_DRV_EP93XX
          This driver can also be built as a module. If so, the module
          will be called rtc-ep93xx.
 
+config RTC_DRV_SA1100
+       tristate "SA11x0/PXA2xx"
+       depends on RTC_CLASS && (ARCH_SA1100 || ARCH_PXA)
+       help
+         If you say Y here you will get access to the real time clock
+         built into your SA11x0 or PXA2xx CPU.
+
+         To compile this driver as a module, choose M here: the
+         module will be called rtc-sa1100.
+
+config RTC_DRV_VR41XX
+       tristate "NEC VR41XX"
+       depends on RTC_CLASS && CPU_VR41XX
+       help
+         If you say Y here you will get access to the real time clock
+         built into your NEC VR41XX CPU.
+
+         To compile this driver as a module, choose M here: the
+         module will be called rtc-vr41xx.
 
 config RTC_DRV_TEST
        tristate "Test driver/device"