rtc: simplified rtc sysfs attribute handling
[powerpc.git] / drivers / rtc / Kconfig
index ef1eae9..d738725 100644 (file)
@@ -48,7 +48,7 @@ comment "RTC interfaces"
        depends on RTC_CLASS
 
 config RTC_INTF_SYSFS
-       tristate "sysfs"
+       boolean "sysfs"
        depends on RTC_CLASS && SYSFS
        default RTC_CLASS
        help
@@ -71,7 +71,7 @@ config RTC_INTF_PROC
          will be called rtc-proc.
 
 config RTC_INTF_DEV
-       tristate "dev"
+       boolean "dev"
        depends on RTC_CLASS
        default RTC_CLASS
        help
@@ -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
@@ -364,4 +374,10 @@ config RTC_DRV_BFIN
          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