summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Makefile
diff options
context:
space:
mode:
authorMagnus Damm2009-05-01 08:51:00 +0200
committerPaul Mundt2009-05-03 10:41:15 +0200
commit9570ef20423b549757aa484ad388f9a7d5bdc4d9 (patch)
tree900abba67f478327554307cb74e2683b632f3289 /drivers/clocksource/Makefile
parentsh: remove old MTU2 driver (diff)
downloadkernel-qcow2-linux-9570ef20423b549757aa484ad388f9a7d5bdc4d9.tar.gz
kernel-qcow2-linux-9570ef20423b549757aa484ad388f9a7d5bdc4d9.tar.xz
kernel-qcow2-linux-9570ef20423b549757aa484ad388f9a7d5bdc4d9.zip
clocksource: SuperH TMU Timer driver
This patch adds a TMU driver for the SuperH architecture. The TMU driver is a platform driver with early platform support to allow using a TMU channel as clockevent or clocksource during system bootup or later. Clocksource or clockevent can be selected. Both periodic and oneshot clockevents are supported. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.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 9785586dc8c4..eef216f7f61d 100644
--- a/drivers/clocksource/Makefile
+++ b/drivers/clocksource/Makefile
@@ -4,3 +4,4 @@ obj-$(CONFIG_X86_PM_TIMER) += acpi_pm.o
obj-$(CONFIG_SCx200HR_TIMER) += scx200_hrt.o
obj-$(CONFIG_SH_TIMER_CMT) += sh_cmt.o
obj-$(CONFIG_SH_TIMER_MTU2) += sh_mtu2.o
+obj-$(CONFIG_SH_TIMER_TMU) += sh_tmu.o