summaryrefslogtreecommitdiff
path: root/drivers/clocksource/Makefile
diff options
context:
space:
mode:
authorPawel Moll <pawel.moll@arm.com>2014-04-16 17:22:59 (GMT)
committerPawel Moll <pawel.moll@arm.com>2014-05-15 16:02:20 (GMT)
commit220e2a8d22cd57d5ec8111465923c6c25691394d (patch)
treeec0f82e350f4add4dddb542a9a76a14ab9d026fc /drivers/clocksource/Makefile
parent5ee2b877793d89f1d73338d08af12f73fbbfed4a (diff)
downloadlinux-220e2a8d22cd57d5ec8111465923c6c25691394d.tar.xz
clocksource: Sched clock source for Versatile Express
This patch adds a trival sched clock source using free running, 24MHz clocked counter present in the ARM Ltd. reference platforms (Versatile, RealView, Versatile Express) System Registers block. This code replaces the call in the VE machine code. Signed-off-by: Pawel Moll <pawel.moll@arm.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/clocksource/Makefile')
-rw-r--r--drivers/clocksource/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile
index 98cb6c5..6f25bdf 100644
--- a/drivers/clocksource/Makefile
+++ b/drivers/clocksource/Makefile
@@ -39,3 +39,4 @@ obj-$(CONFIG_ARM_GLOBAL_TIMER) += arm_global_timer.o
obj-$(CONFIG_CLKSRC_METAG_GENERIC) += metag_generic.o
obj-$(CONFIG_ARCH_HAS_TICK_BROADCAST) += dummy_timer.o
obj-$(CONFIG_ARCH_KEYSTONE) += timer-keystone.o
+obj-$(CONFIG_CLKSRC_VERSATILE) += versatile.o