summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorThomas Bogendoerfer2007-07-17 13:05:06 +0200
committerLinus Torvalds2007-07-17 19:23:09 +0200
commit537739dee52cb9bb4f9ba080a59795d5c4c306ba (patch)
tree85c38d6b3b7af26442857f193280721a013bf750 /drivers/rtc/Makefile
parentrtc: add support for the ST M48T59 RTC (diff)
downloadkernel-qcow2-linux-537739dee52cb9bb4f9ba080a59795d5c4c306ba.tar.gz
kernel-qcow2-linux-537739dee52cb9bb4f9ba080a59795d5c4c306ba.tar.xz
kernel-qcow2-linux-537739dee52cb9bb4f9ba080a59795d5c4c306ba.zip
RTC driver for DS1216 chips
RTC driver for Dallas/Maxim DS126 chips used in SNI RM200/RM400 [akpm@linux-foundation.org: cleanups] Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Acked-by: Alessandro Zummo <a.zummo@towertech.it> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Makefile')
-rw-r--r--drivers/rtc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile
index ca9166d319b8..3109af9a1651 100644
--- a/drivers/rtc/Makefile
+++ b/drivers/rtc/Makefile
@@ -44,3 +44,4 @@ obj-$(CONFIG_RTC_DRV_AT91RM9200)+= rtc-at91rm9200.o
obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o
obj-$(CONFIG_RTC_DRV_BFIN) += rtc-bfin.o
obj-$(CONFIG_RTC_DRV_M48T59) += rtc-m48t59.o
+obj-$(CONFIG_RTC_DRV_DS1216) += rtc-ds1216.o