aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Makefile
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2015-01-26 20:35:18 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2015-01-29 14:02:15 +0100
commit9b8bb7736b78e954044e12b94a2b16aafb0ee0e3 (patch)
treeeb00371c1f348e95f19537b69ef43524d97da3af /drivers/clocksource/Makefile
parentclocksource: devicetree: Document Conexant Digicolor timer binding (diff)
downloadlinux-dev-9b8bb7736b78e954044e12b94a2b16aafb0ee0e3.tar.xz
linux-dev-9b8bb7736b78e954044e12b94a2b16aafb0ee0e3.zip
clocksource: Driver for Conexant Digicolor SoC timer
Add clocksource driver to the Conexant CX92755 SoC, part of the Digicolor SoCs series. Hardware provides 8 timers, A to H. Timer A is dedicated to a future watchdog driver so we don't use it here. Use timer B for sched_clock, and timer C for clock_event. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Daniel Lezcano <daniel.lezcano@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 21c11e28cf7a..0f8003d76c32 100644
--- a/drivers/clocksource/Makefile
+++ b/drivers/clocksource/Makefile
@@ -10,6 +10,7 @@ obj-$(CONFIG_SH_TIMER_TMU) += sh_tmu.o
obj-$(CONFIG_EM_TIMER_STI) += em_sti.o
obj-$(CONFIG_CLKBLD_I8253) += i8253.o
obj-$(CONFIG_CLKSRC_MMIO) += mmio.o
+obj-$(CONFIG_DIGICOLOR_TIMER) += timer-digicolor.o
obj-$(CONFIG_DW_APB_TIMER) += dw_apb_timer.o
obj-$(CONFIG_DW_APB_TIMER_OF) += dw_apb_timer_of.o
obj-$(CONFIG_ROCKCHIP_TIMER) += rockchip_timer.o