Commit e40659c5cae2397d6a329e652aa2d4f1c9f7de2a
Committed by
Linus Torvalds
1 parent
558a40f708
Exists in
master
and in
39 other branches
rtc kconfig clarification
Make drivers/rtc/Kconfig be clearer about what the various "interfaces" actually mean, by showing path names. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
drivers/rtc/Kconfig
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | depends on RTC_CLASS |
60 | 60 | |
61 | 61 | config RTC_INTF_SYSFS |
62 | - boolean "sysfs" | |
62 | + boolean "/sys/class/rtc/rtcN (sysfs)" | |
63 | 63 | depends on RTC_CLASS && SYSFS |
64 | 64 | default RTC_CLASS |
65 | 65 | help |
... | ... | @@ -70,7 +70,7 @@ |
70 | 70 | will be called rtc-sysfs. |
71 | 71 | |
72 | 72 | config RTC_INTF_PROC |
73 | - boolean "proc" | |
73 | + boolean "/proc/driver/rtc (procfs for rtc0)" | |
74 | 74 | depends on RTC_CLASS && PROC_FS |
75 | 75 | default RTC_CLASS |
76 | 76 | help |
... | ... | @@ -82,7 +82,7 @@ |
82 | 82 | will be called rtc-proc. |
83 | 83 | |
84 | 84 | config RTC_INTF_DEV |
85 | - boolean "dev" | |
85 | + boolean "/dev/rtcN (character devices)" | |
86 | 86 | depends on RTC_CLASS |
87 | 87 | default RTC_CLASS |
88 | 88 | help |