Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60860
b: refs/heads/master
c: 2e774c7
h: refs/heads/master
v: v3
  • Loading branch information
Mark Zhan authored and Linus Torvalds committed Jul 17, 2007
1 parent 56acd46 commit 59a01e0
Show file tree
Hide file tree
Showing 5 changed files with 560 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: 617780d290bd6eb2b260928c6acff5b7c6084154
refs/heads/master: 2e774c7caf84455d5e7d492d123bad6f417818b5
10 changes: 10 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,16 @@ config RTC_DRV_M48T86
This driver can also be built as a module. If so, the module
will be called rtc-m48t86.

config RTC_DRV_M48T59
tristate "ST M48T59"
depends on RTC_CLASS
help
If you say Y here you will get support for the
ST M48T59 RTC chip.

This driver can also be built as a module, if so, the module
will be called "rtc-m48t59".

config RTC_DRV_V3020
tristate "EM Microelectronic V3020"
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 @@ -43,3 +43,4 @@ obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o
obj-$(CONFIG_RTC_DRV_AT91RM9200)+= rtc-at91rm9200.o
obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o
obj-$(CONFIG_RTC_DRV_BFIN) += rtc-bfin.o
obj-$(CONFIG_RTC_DRV_M48T59) += rtc-m48t59.o
Loading

0 comments on commit 59a01e0

Please sign in to comment.