Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208462
b: refs/heads/master
c: eba5454
h: refs/heads/master
v: v3
  • Loading branch information
Baruch Siach authored and Linus Torvalds committed Aug 11, 2010
1 parent 38d2da6 commit fcfa108
Show file tree
Hide file tree
Showing 4 changed files with 531 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: 8e58f5778b975d14010b7318fac71e1daac9aabc
refs/heads/master: eba545465fca35a413e4d62c42ce5e032e48ad60
10 changes: 10 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,16 @@ config RTC_DRV_MSM6242
This driver can also be built as a module. If so, the module
will be called rtc-msm6242.

config RTC_DRV_IMXDI
tristate "Freescale IMX DryIce Real Time Clock"
depends on ARCH_MX25
depends on RTC_CLASS
help
Support for Freescale IMX DryIce RTC

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

config RTC_MXC
tristate "Freescale MXC Real Time Clock"
depends on ARCH_MXC
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ obj-$(CONFIG_RTC_DRV_EFI) += rtc-efi.o
obj-$(CONFIG_RTC_DRV_EP93XX) += rtc-ep93xx.o
obj-$(CONFIG_RTC_DRV_FM3130) += rtc-fm3130.o
obj-$(CONFIG_RTC_DRV_GENERIC) += rtc-generic.o
obj-$(CONFIG_RTC_DRV_IMXDI) += rtc-imxdi.o
obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o
obj-$(CONFIG_RTC_DRV_JZ4740) += rtc-jz4740.o
obj-$(CONFIG_RTC_DRV_M41T80) += rtc-m41t80.o
Expand Down
Loading

0 comments on commit fcfa108

Please sign in to comment.