summaryrefslogtreecommitdiff
path: root/drivers/rtc/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.ml.walleij@gmail.com>2009-09-22 23:46:24 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 14:39:45 (GMT)
commitaa958f571ec9492b8100302ee70ac0ab2598bf19 (patch)
treedd046059120e31fb90527db180fff00b586e673d /drivers/rtc/Makefile
parentd00ed3cf6e54312fb59cd1fd6300d787d22373c7 (diff)
downloadlinux-fsl-qoriq-aa958f571ec9492b8100302ee70ac0ab2598bf19.tar.xz
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 5c16333..40c116b 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