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 depends on RTC_CLASS 60 61 config RTC_INTF_SYSFS 62 - boolean "sysfs" 63 depends on RTC_CLASS && SYSFS 64 default RTC_CLASS 65 help ··· 70 will be called rtc-sysfs. 71 72 config RTC_INTF_PROC 73 - boolean "proc" 74 depends on RTC_CLASS && PROC_FS 75 default RTC_CLASS 76 help ··· 82 will be called rtc-proc. 83 84 config RTC_INTF_DEV 85 - boolean "dev" 86 depends on RTC_CLASS 87 default RTC_CLASS 88 help
··· 59 depends on RTC_CLASS 60 61 config RTC_INTF_SYSFS 62 + boolean "/sys/class/rtc/rtcN (sysfs)" 63 depends on RTC_CLASS && SYSFS 64 default RTC_CLASS 65 help ··· 70 will be called rtc-sysfs. 71 72 config RTC_INTF_PROC 73 + boolean "/proc/driver/rtc (procfs for rtc0)" 74 depends on RTC_CLASS && PROC_FS 75 default RTC_CLASS 76 help ··· 82 will be called rtc-proc. 83 84 config RTC_INTF_DEV 85 + boolean "/dev/rtcN (character devices)" 86 depends on RTC_CLASS 87 default RTC_CLASS 88 help