Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252016
b: refs/heads/master
c: 5236523
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Schocher authored and Linus Torvalds committed May 27, 2011
1 parent d533293 commit cd4d49a
Show file tree
Hide file tree
Showing 4 changed files with 465 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: ae3551f9cae5727819d02398b588ac14ef0a9cce
refs/heads/master: 52365230eed7e291bbb2a015465cac48bcb3928f
9 changes: 9 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,15 @@ config RTC_DRV_EM3027
This driver can also be built as a module. If so, the module
will be called rtc-em3027.

config RTC_DRV_RV3029C2
tristate "Micro Crystal RTC"
help
If you say yes here you get support for the Micro Crystal
RV3029-C2 RTC chips.

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

endif # I2C

comment "SPI RTC drivers"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ obj-$(CONFIG_RTC_DRV_RP5C01) += rtc-rp5c01.o
obj-$(CONFIG_RTC_DRV_RS5C313) += rtc-rs5c313.o
obj-$(CONFIG_RTC_DRV_RS5C348) += rtc-rs5c348.o
obj-$(CONFIG_RTC_DRV_RS5C372) += rtc-rs5c372.o
obj-$(CONFIG_RTC_DRV_RV3029C2) += rtc-rv3029c2.o
obj-$(CONFIG_RTC_DRV_RX8025) += rtc-rx8025.o
obj-$(CONFIG_RTC_DRV_RX8581) += rtc-rx8581.o
obj-$(CONFIG_RTC_DRV_S35390A) += rtc-s35390a.o
Expand Down
Loading

0 comments on commit cd4d49a

Please sign in to comment.