Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83530
b: refs/heads/master
c: 8f26795
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Sharp authored and Linus Torvalds committed Feb 6, 2008
1 parent b38b5c2 commit 633882b
Show file tree
Hide file tree
Showing 4 changed files with 668 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: 8a0bdfd7a05f5bb0486fbe7146a2cf775957e95e
refs/heads/master: 8f26795a22b12880bb07be688df72b4266f67be8
10 changes: 10 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,16 @@ config RTC_DRV_DS1302
help
If you say yes here you get support for the Dallas DS1302 RTC chips.

config RTC_DRV_DS1511
tristate "Dallas DS1511"
depends on RTC_CLASS
help
If you say yes here you get support for the
Dallas DS1511 timekeeping/watchdog chip.

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

config RTC_DRV_DS1553
tristate "Maxim/Dallas DS1553"
help
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ obj-$(CONFIG_RTC_DRV_DS1216) += rtc-ds1216.o
obj-$(CONFIG_RTC_DRV_DS1302) += rtc-ds1302.o
obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o
obj-$(CONFIG_RTC_DRV_DS1374) += rtc-ds1374.o
obj-$(CONFIG_RTC_DRV_DS1511) += rtc-ds1511.o
obj-$(CONFIG_RTC_DRV_DS1553) += rtc-ds1553.o
obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o
obj-$(CONFIG_RTC_DRV_DS1742) += rtc-ds1742.o
Expand Down
Loading

0 comments on commit 633882b

Please sign in to comment.