Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24337
b: refs/heads/master
c: 1fec7c6
h: refs/heads/master
i:
  24335: 863975e
v: v3
  • Loading branch information
Alessandro Zummo authored and Linus Torvalds committed Mar 27, 2006
1 parent 3f2496b commit c583a54
Show file tree
Hide file tree
Showing 4 changed files with 633 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: e824290e5dcfaf2120da587b16d10dfdff8d5d3e
refs/heads/master: 1fec7c66ba98fc3a04e15fd14fad6b404e56fc94
10 changes: 10 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,14 @@ config RTC_INTF_DEV
comment "RTC drivers"
depends on RTC_CLASS

config RTC_DRV_X1205
tristate "Xicor/Intersil X1205"
depends on RTC_CLASS && I2C
help
If you say yes here you get support for the
Xicor/Intersil X1205 RTC chip.

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

endmenu
3 changes: 3 additions & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ 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

obj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o

Loading

0 comments on commit c583a54

Please sign in to comment.