Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218491
b: refs/heads/master
c: 9aa449b
h: refs/heads/master
i:
  218489: 3f7199a
  218487: 1e1c71e
v: v3
  • Loading branch information
Kevin Wells authored and Linus Torvalds committed Oct 28, 2010
1 parent 386d33a commit 1c386a6
Show file tree
Hide file tree
Showing 4 changed files with 425 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: 1e0ad2881d50becaeea70ec696a80afeadf944d2
refs/heads/master: 9aa449bed21515a3406f60238ce4747e4118b628
9 changes: 9 additions & 0 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -952,4 +952,13 @@ config RTC_DRV_JZ4740
This driver can also be buillt as a module. If so, the module
will be called rtc-jz4740.

config RTC_DRV_LPC32XX
depends on ARCH_LPC32XX
tristate "NXP LPC32XX RTC"
help
This enables support for the NXP RTC in the LPC32XX

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

endif # RTC_CLASS
1 change: 1 addition & 0 deletions trunk/drivers/rtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ obj-$(CONFIG_RTC_DRV_IMXDI) += rtc-imxdi.o
obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o
obj-$(CONFIG_RTC_DRV_ISL12022) += rtc-isl12022.o
obj-$(CONFIG_RTC_DRV_JZ4740) += rtc-jz4740.o
obj-$(CONFIG_RTC_DRV_LPC32XX) += rtc-lpc32xx.o
obj-$(CONFIG_RTC_DRV_M41T80) += rtc-m41t80.o
obj-$(CONFIG_RTC_DRV_M41T94) += rtc-m41t94.o
obj-$(CONFIG_RTC_DRV_M48T35) += rtc-m48t35.o
Expand Down
Loading

0 comments on commit 1c386a6

Please sign in to comment.