]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/rtc/Kconfig
rtc: add RTC class driver for the Maxim MAX6900
[mv-sheeva.git] / drivers / rtc / Kconfig
index 95826b92ca4b5d91cc83ec0c31c7beb1f0308101..1b853c4ff86db3d85e094a2c7858eda3b3504393 100644 (file)
@@ -334,6 +334,16 @@ config RTC_DRV_TEST
          This driver can also be built as a module. If so, the module
          will be called rtc-test.
 
+config RTC_DRV_MAX6900
+       tristate "Maxim 6900"
+       depends on RTC_CLASS && I2C
+       help
+         If you say yes here you will get support for the
+         Maxim MAX6900 I2C RTC chip.
+
+         This driver can also be built as a module. If so, the module
+         will be called rtc-max6900.
+
 config RTC_DRV_MAX6902
        tristate "Maxim 6902"
        depends on RTC_CLASS && SPI
@@ -354,4 +364,20 @@ config RTC_DRV_V3020
          This driver can also be built as a module. If so, the module
          will be called rtc-v3020.
 
+config RTC_DRV_BFIN
+       tristate "Blackfin On-Chip RTC"
+       depends on RTC_CLASS && BFIN
+       help
+         If you say yes here you will get support for the
+         Blackfin On-Chip Real Time Clock.
+
+         This driver can also be built as a module. If so, the module
+         will be called rtc-bfin.
+
+config RTC_DRV_RS5C313
+       tristate "Ricoh RS5C313"
+       depends on RTC_CLASS && BROKEN
+       help
+         If you say yes here you get support for the Ricoh RS5C313 RTC chips.
+
 endmenu