Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56530
b: refs/heads/master
c: e40659c
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed May 17, 2007
1 parent a1cdd2c commit 281179d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 558a40f708bbfb1b260d605cca6c3b9d2c86453e
refs/heads/master: e40659c5cae2397d6a329e652aa2d4f1c9f7de2a
6 changes: 3 additions & 3 deletions trunk/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 281179d

Please sign in to comment.