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>

authored by David Brownell and committed by Linus Torvalds e40659c5 558a40f7

+3 -3
+3 -3
drivers/rtc/Kconfig
··· 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 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 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