diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-01-06 17:42:22 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:25 -0500 |
commit | 0e1492330cd2c95df2553335d7a77351021a938f (patch) | |
tree | 48f74bcaeb1a5f5fe5ea687de57b6435ca15e05e /drivers/rtc/Makefile | |
parent | bbccf83f6c4e1a0de5bdf51ec9ec708d3a1ce933 (diff) |
rtc: add rtc-tx4939 driver
Add support for RTC in TX4939 SoC.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile index fca0c9bf11c9..b651fdd48811 100644 --- a/drivers/rtc/Makefile +++ b/drivers/rtc/Makefile | |||
@@ -68,6 +68,7 @@ obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o | |||
68 | obj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o | 68 | obj-$(CONFIG_RTC_DRV_STK17TA8) += rtc-stk17ta8.o |
69 | obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o | 69 | obj-$(CONFIG_RTC_DRV_TEST) += rtc-test.o |
70 | obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl4030.o | 70 | obj-$(CONFIG_RTC_DRV_TWL4030) += rtc-twl4030.o |
71 | obj-$(CONFIG_RTC_DRV_TX4939) += rtc-tx4939.o | ||
71 | obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o | 72 | obj-$(CONFIG_RTC_DRV_V3020) += rtc-v3020.o |
72 | obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o | 73 | obj-$(CONFIG_RTC_DRV_VR41XX) += rtc-vr41xx.o |
73 | obj-$(CONFIG_RTC_DRV_WM8350) += rtc-wm8350.o | 74 | obj-$(CONFIG_RTC_DRV_WM8350) += rtc-wm8350.o |