SM501: Check SM501 ID register on initialisation
[powerpc.git] / drivers / rtc / Kconfig
index 76422ed..4e4c10a 100644 (file)
@@ -3,6 +3,7 @@
 #
 
 menu "Real Time Clock"
 #
 
 menu "Real Time Clock"
+       depends on !S390
 
 config RTC_LIB
        tristate
 
 config RTC_LIB
        tristate
@@ -58,7 +59,7 @@ comment "RTC interfaces"
        depends on RTC_CLASS
 
 config RTC_INTF_SYSFS
        depends on RTC_CLASS
 
 config RTC_INTF_SYSFS
-       boolean "sysfs"
+       boolean "/sys/class/rtc/rtcN (sysfs)"
        depends on RTC_CLASS && SYSFS
        default RTC_CLASS
        help
        depends on RTC_CLASS && SYSFS
        default RTC_CLASS
        help
@@ -69,7 +70,7 @@ config RTC_INTF_SYSFS
          will be called rtc-sysfs.
 
 config RTC_INTF_PROC
          will be called rtc-sysfs.
 
 config RTC_INTF_PROC
-       boolean "proc"
+       boolean "/proc/driver/rtc (procfs for rtc0)"
        depends on RTC_CLASS && PROC_FS
        default RTC_CLASS
        help
        depends on RTC_CLASS && PROC_FS
        default RTC_CLASS
        help
@@ -81,7 +82,7 @@ config RTC_INTF_PROC
          will be called rtc-proc.
 
 config RTC_INTF_DEV
          will be called rtc-proc.
 
 config RTC_INTF_DEV
-       boolean "dev"
+       boolean "/dev/rtcN (character devices)"
        depends on RTC_CLASS
        default RTC_CLASS
        help
        depends on RTC_CLASS
        default RTC_CLASS
        help
@@ -245,7 +246,7 @@ comment "Platform RTC drivers"
 config RTC_DRV_CMOS
        tristate "PC-style 'CMOS'"
        depends on RTC_CLASS && (X86 || ALPHA || ARM26 || ARM \
 config RTC_DRV_CMOS
        tristate "PC-style 'CMOS'"
        depends on RTC_CLASS && (X86 || ALPHA || ARM26 || ARM \
-               || M32R || ATARI || POWERPC)
+               || M32R || ATARI || POWERPC || MIPS)
        help
          Say "yes" here to get direct support for the real time clock
          found in every PC or ACPI-based system, and some other boards.
        help
          Say "yes" here to get direct support for the real time clock
          found in every PC or ACPI-based system, and some other boards.
@@ -396,7 +397,7 @@ config RTC_DRV_BFIN
 
 config RTC_DRV_RS5C313
        tristate "Ricoh RS5C313"
 
 config RTC_DRV_RS5C313
        tristate "Ricoh RS5C313"
-       depends on RTC_CLASS && BROKEN
+       depends on RTC_CLASS && SH_LANDISK
        help
          If you say yes here you get support for the Ricoh RS5C313 RTC chips.
 
        help
          If you say yes here you get support for the Ricoh RS5C313 RTC chips.