Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29748
b: refs/heads/master
c: 788b1fc
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Victor authored and Linus Torvalds committed Jun 25, 2006
1 parent b88f856 commit 7f0f241
Show file tree
Hide file tree
Showing 4 changed files with 396 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: 8232212e0b4ee4eb3e407f5a9b098f6377820164
refs/heads/master: 788b1fc619a31ebdbadd3a8863631f59a4bd2944
6 changes: 6 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ config RTC_DRV_PL031
To compile this driver as a module, choose M here: the
module will be called rtc-pl031.

config RTC_DRV_AT91
tristate "AT91RM9200"
depends on RTC_CLASS && ARCH_AT91RM9200
help
Driver for the Atmel AT91RM9200's internal RTC (Realtime Clock).

config RTC_DRV_TEST
tristate "Test driver/device"
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 @@ -25,3 +25,4 @@ obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o
obj-$(CONFIG_RTC_DRV_PL031) += rtc-pl031.o
obj-$(CONFIG_RTC_DRV_MAX6902) += rtc-max6902.o
obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o
obj-$(CONFIG_RTC_DRV_AT91) += rtc-at91.o
Loading

0 comments on commit 7f0f241

Please sign in to comment.