Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118923
b: refs/heads/master
c: 077eaf5
h: refs/heads/master
i:
  118921: ea2d868
  118919: 282683d
v: v3
  • Loading branch information
Mark Brown authored and Linus Torvalds committed Nov 13, 2008
1 parent 47b81cf commit 75b08ae
Show file tree
Hide file tree
Showing 5 changed files with 528 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: a412ae3fb90ab49072b82c8cfa1e3e60d2b27005
refs/heads/master: 077eaf5b40ecb2c345d82f02275c20e965dfa3e5
10 changes: 10 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,16 @@ 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_WM8350
tristate "Wolfson Microelectronics WM8350 RTC"
depends on MFD_WM8350
help
If you say yes here you will get support for the RTC subsystem
of the Wolfson Microelectronics WM8350.

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

comment "on-CPU RTC drivers"

config RTC_DRV_OMAP
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o
obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl4030.o
obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o
obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o
obj-$(CONFIG_RTC_DRV_WM8350) += rtc-wm8350.o
obj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o
Loading

0 comments on commit 75b08ae

Please sign in to comment.