Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54250
b: refs/heads/master
c: 8cc75c9
h: refs/heads/master
v: v3
  • Loading branch information
Wu, Bryan authored and Linus Torvalds committed May 7, 2007
1 parent 2487804 commit a893dd6
Show file tree
Hide file tree
Showing 4 changed files with 457 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: 0851a2848cfd40012063ca9cf86fb67b7bebceff
refs/heads/master: 8cc75c9a1498913d668b6d3559940c6837cee8bf
10 changes: 10 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,14 @@ config RTC_DRV_V3020
This driver can also be built as a module. If so, the module
will be called rtc-v3020.

config RTC_DRV_BFIN
tristate "Blackfin On-Chip RTC"
depends on RTC_CLASS && BFIN
help
If you say yes here you will get support for the
Blackfin On-Chip Real Time Clock.

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

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ obj-$(CONFIG_RTC_DRV_MAX6902) += rtc-max6902.o
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
Loading

0 comments on commit a893dd6

Please sign in to comment.