提交 e40659c5 编写于 作者: D David Brownell 提交者: Linus Torvalds

rtc kconfig clarification

Make drivers/rtc/Kconfig be clearer about what the various "interfaces"
actually mean, by showing path names.
Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 558a40f7
...@@ -59,7 +59,7 @@ comment "RTC interfaces" ...@@ -59,7 +59,7 @@ comment "RTC interfaces"
depends on RTC_CLASS depends on RTC_CLASS
config RTC_INTF_SYSFS config RTC_INTF_SYSFS
boolean "sysfs" boolean "/sys/class/rtc/rtcN (sysfs)"
depends on RTC_CLASS && SYSFS depends on RTC_CLASS && SYSFS
default RTC_CLASS default RTC_CLASS
help help
...@@ -70,7 +70,7 @@ config RTC_INTF_SYSFS ...@@ -70,7 +70,7 @@ config RTC_INTF_SYSFS
will be called rtc-sysfs. will be called rtc-sysfs.
config RTC_INTF_PROC config RTC_INTF_PROC
boolean "proc" boolean "/proc/driver/rtc (procfs for rtc0)"
depends on RTC_CLASS && PROC_FS depends on RTC_CLASS && PROC_FS
default RTC_CLASS default RTC_CLASS
help help
...@@ -82,7 +82,7 @@ config RTC_INTF_PROC ...@@ -82,7 +82,7 @@ config RTC_INTF_PROC
will be called rtc-proc. will be called rtc-proc.
config RTC_INTF_DEV config RTC_INTF_DEV
boolean "dev" boolean "/dev/rtcN (character devices)"
depends on RTC_CLASS depends on RTC_CLASS
default RTC_CLASS default RTC_CLASS
help help
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册