Skip to content

Commit

Permalink
rtc kconfig clarification
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Brownell authored and Linus Torvalds committed May 17, 2007
1 parent 558a40f commit e40659c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ comment "RTC interfaces"
depends on RTC_CLASS

config RTC_INTF_SYSFS
boolean "sysfs"
boolean "/sys/class/rtc/rtcN (sysfs)"
depends on RTC_CLASS && SYSFS
default RTC_CLASS
help
Expand All @@ -70,7 +70,7 @@ config RTC_INTF_SYSFS
will be called rtc-sysfs.

config RTC_INTF_PROC
boolean "proc"
boolean "/proc/driver/rtc (procfs for rtc0)"
depends on RTC_CLASS && PROC_FS
default RTC_CLASS
help
Expand All @@ -82,7 +82,7 @@ config RTC_INTF_PROC
will be called rtc-proc.

config RTC_INTF_DEV
boolean "dev"
boolean "/dev/rtcN (character devices)"
depends on RTC_CLASS
default RTC_CLASS
help
Expand Down

0 comments on commit e40659c

Please sign in to comment.