Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24336
b: refs/heads/master
c: e824290
h: refs/heads/master
v: v3
  • Loading branch information
Alessandro Zummo authored and Linus Torvalds committed Mar 27, 2006
1 parent 863975e commit 3f2496b
Show file tree
Hide file tree
Showing 4 changed files with 395 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 728a294787b780130d8eb237518d4cac0afe760c
refs/heads/master: e824290e5dcfaf2120da587b16d10dfdff8d5d3e
11 changes: 11 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ config RTC_INTF_PROC
This driver can also be built as a module. If so, the module
will be called rtc-proc.

config RTC_INTF_DEV
tristate "dev"
depends on RTC_CLASS
default RTC_CLASS
help
Say yes here if you want to use your RTC using the dev
interface, /dev/rtc .

This driver can also be built as a module. If so, the module
will be called rtc-dev.

comment "RTC drivers"
depends on RTC_CLASS

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ rtc-core-y := class.o interface.o

obj-$(CONFIG_RTC_INTF_SYSFS) += rtc-sysfs.o
obj-$(CONFIG_RTC_INTF_PROC) += rtc-proc.o
obj-$(CONFIG_RTC_INTF_DEV) += rtc-dev.o
Loading

0 comments on commit 3f2496b

Please sign in to comment.