diff options
author | Jingchang Lu <b35083@freescale.com> | 2013-05-29 10:12:17 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-06-06 17:23:13 +0200 |
commit | c19672492d233e0012b60fbfa460ffac1381ee26 (patch) | |
tree | 8fac5511bf40ca83b4c9fe3830b6a305a770cc48 /drivers/clocksource/Makefile | |
parent | 1a33bd2be705cbb3f57d7223b60baea441039307 (diff) | |
download | blackbird-op-linux-c19672492d233e0012b60fbfa460ffac1381ee26.tar.gz blackbird-op-linux-c19672492d233e0012b60fbfa460ffac1381ee26.zip |
clocksource: Add Freescale Vybrid pit timer support
Add Freescale Vybrid Family period interrupt timer support.
Signed-off-by: Jingchang Lu <b35083@freescale.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Makefile')
-rw-r--r-- | drivers/clocksource/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile index 8d979c72aa94..36a9ac105d55 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Makefile @@ -26,6 +26,7 @@ obj-$(CONFIG_ARCH_BCM) += bcm_kona_timer.o obj-$(CONFIG_CADENCE_TTC_TIMER) += cadence_ttc_timer.o obj-$(CONFIG_CLKSRC_EXYNOS_MCT) += exynos_mct.o obj-$(CONFIG_CLKSRC_SAMSUNG_PWM) += samsung_pwm_timer.o +obj-$(CONFIG_VF_PIT_TIMER) += vf_pit_timer.o obj-$(CONFIG_ARM_ARCH_TIMER) += arm_arch_timer.o obj-$(CONFIG_CLKSRC_METAG_GENERIC) += metag_generic.o |