Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29741
b: refs/heads/master
c: 9c0c570
h: refs/heads/master
i:
  29739: e9ec146
v: v3
  • Loading branch information
G. Liakhovetski authored and Linus Torvalds committed Jun 25, 2006
1 parent 27d7a9b commit 7bdb751
Show file tree
Hide file tree
Showing 4 changed files with 406 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: 655066c3835e7b51794c4d56f042eb78b5a79f53
refs/heads/master: 9c0c570576d02000063e28faadcce8c07396755d
10 changes: 10 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@ config RTC_DRV_PCF8563
This driver can also be built as a module. If so, the module
will be called rtc-pcf8563.

config RTC_DRV_PCF8583
tristate "Philips PCF8583"
depends on RTC_CLASS && I2C
help
If you say yes here you get support for the
Philips PCF8583 RTC chip.

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

config RTC_DRV_RS5C372
tristate "Ricoh RS5C372A/B"
depends on RTC_CLASS && I2C
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o
obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o
obj-$(CONFIG_RTC_DRV_DS1672) += rtc-ds1672.o
obj-$(CONFIG_RTC_DRV_PCF8563) += rtc-pcf8563.o
obj-$(CONFIG_RTC_DRV_PCF8583) += rtc-pcf8583.o
obj-$(CONFIG_RTC_DRV_RS5C372) += rtc-rs5c372.o
obj-$(CONFIG_RTC_DRV_M48T86) += rtc-m48t86.o
obj-$(CONFIG_RTC_DRV_EP93XX) += rtc-ep93xx.o
Expand Down
Loading

0 comments on commit 7bdb751

Please sign in to comment.