summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.ml.walleij@gmail.com>2009-09-23 01:46:24 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 16:39:45 +0200
commitaa958f571ec9492b8100302ee70ac0ab2598bf19 (patch)
treedd046059120e31fb90527db180fff00b586e673d /drivers/rtc/Makefile
parentrtc: add driver for MXC's internal RTC module (diff)
downloadlinux-aa958f571ec9492b8100302ee70ac0ab2598bf19.tar.xz
linux-aa958f571ec9492b8100302ee70ac0ab2598bf19.zip
rtc: U300 COH 901 331 RTC driver v3
This adds a driver for the RTC COH 901 331 found in the ST-Ericsson U300 series mobile platforms to the RTC subsystem. It integrates to the ARM kernel support recently added to RMKs ARM tree and will be enabled in the U300 defconfig in due time. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> 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 5c16333fd911..40c116b42af5 100644
--- a/drivers/rtc/Makefile
+++ b/drivers/rtc/Makefile
@@ -82,3 +82,4 @@ obj-$(CONFIG_RTC_DRV_WM8350) += rtc-wm8350.o
obj-$(CONFIG_RTC_DRV_X1205) += rtc-x1205.o
obj-$(CONFIG_RTC_DRV_PCF50633) += rtc-pcf50633.o
obj-$(CONFIG_RTC_DRV_PS3) += rtc-ps3.o
+obj-$(CONFIG_RTC_DRV_COH901331) += rtc-coh901331.o