summaryrefslogtreecommitdiff
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorJingchang Lu <b35083@freescale.com>2013-05-29 08:12:17 (GMT)
committerDaniel Lezcano <daniel.lezcano@linaro.org>2013-06-06 15:23:13 (GMT)
commitc19672492d233e0012b60fbfa460ffac1381ee26 (patch)
tree8fac5511bf40ca83b4c9fe3830b6a305a770cc48 /drivers/clocksource/Kconfig
parent1a33bd2be705cbb3f57d7223b60baea441039307 (diff)
downloadlinux-c19672492d233e0012b60fbfa460ffac1381ee26.tar.xz
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/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index f151c6c..0a04257 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -85,3 +85,8 @@ config CLKSRC_SAMSUNG_PWM
Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver
for all devicetree enabled platforms. This driver will be
needed only on systems that do not have the Exynos MCT available.
+
+config VF_PIT_TIMER
+ bool
+ help
+ Support for Period Interrupt Timer on Freescale Vybrid Family SoCs.