Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116855
b: refs/heads/master
c: f96411a
h: refs/heads/master
i:
  116853: f300ef3
  116851: d788bda
  116847: fc52e2f
v: v3
  • Loading branch information
David Brownell authored and Samuel Ortiz committed Oct 21, 2008
1 parent ed8b0ce commit a0ca261
Show file tree
Hide file tree
Showing 4 changed files with 576 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: a30d46c042c8a17ef25de02f439fbd120ab8a8de
refs/heads/master: f96411ab73647ebf9485d77546c0c1f554bafcd7
10 changes: 10 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,16 @@ config RTC_DRV_TWL92330
platforms. The support is integrated with the rest of
the Menelaus driver; it's not separate module.

config RTC_DRV_TWL4030
tristate "TI TWL4030/TWL5030/TPS659x0"
depends on RTC_CLASS && TWL4030_CORE
help
If you say yes here you get support for the RTC on the
TWL4030 family chips, used mostly with OMAP3 platforms.

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

config RTC_DRV_S35390A
tristate "Seiko Instruments S-35390A"
select BITREVERSE
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ obj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o
obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o
obj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o
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_X1205) += rtc-x1205.o
Loading

0 comments on commit a0ca261

Please sign in to comment.