aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/rtc/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index e069f176a82d..19c03ab2bdcb 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -59,6 +59,7 @@ comment "RTC interfaces"
59config RTC_INTF_SYSFS 59config RTC_INTF_SYSFS
60 boolean "/sys/class/rtc/rtcN (sysfs)" 60 boolean "/sys/class/rtc/rtcN (sysfs)"
61 depends on SYSFS 61 depends on SYSFS
62 default RTC_CLASS
62 help 63 help
63 Say yes here if you want to use your RTCs using sysfs interfaces, 64 Say yes here if you want to use your RTCs using sysfs interfaces,
64 /sys/class/rtc/rtc0 through /sys/.../rtcN. 65 /sys/class/rtc/rtc0 through /sys/.../rtcN.
@@ -68,6 +69,7 @@ config RTC_INTF_SYSFS
68config RTC_INTF_PROC 69config RTC_INTF_PROC
69 boolean "/proc/driver/rtc (procfs for rtcN)" 70 boolean "/proc/driver/rtc (procfs for rtcN)"
70 depends on PROC_FS 71 depends on PROC_FS
72 default RTC_CLASS
71 help 73 help
72 Say yes here if you want to use your system clock RTC through 74 Say yes here if you want to use your system clock RTC through
73 the proc interface, /proc/driver/rtc. 75 the proc interface, /proc/driver/rtc.
@@ -79,6 +81,7 @@ config RTC_INTF_PROC
79 81
80config RTC_INTF_DEV 82config RTC_INTF_DEV
81 boolean "/dev/rtcN (character devices)" 83 boolean "/dev/rtcN (character devices)"
84 default RTC_CLASS
82 help 85 help
83 Say yes here if you want to use your RTCs using the /dev 86 Say yes here if you want to use your RTCs using the /dev
84 interfaces, which "udev" sets up as /dev/rtc0 through 87 interfaces, which "udev" sets up as /dev/rtc0 through