diff options
author | Felipe Balbi <balbi@ti.com> | 2015-09-29 13:55:33 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-10-16 11:06:24 -0500 |
commit | fe851f56d5f5b02a9afca95acde5224c3e73fac1 (patch) | |
tree | a3b3d5e912ee09fd49e05c81ca27b12a0bcfb681 /drivers/clocksource/Makefile | |
parent | 6f82e25d2e434a70cde5ad135fa00099e8106a76 (diff) | |
download | linux-stable-fe851f56d5f5b02a9afca95acde5224c3e73fac1.tar.gz linux-stable-fe851f56d5f5b02a9afca95acde5224c3e73fac1.tar.bz2 linux-stable-fe851f56d5f5b02a9afca95acde5224c3e73fac1.zip |
clocksource: add TI 32.768 Hz counter driver
Introduce a new clocksource driver for Texas
Instruments 32.768 Hz device which is available
on most OMAP-like devices.
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
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 5c00863c3e33..749abc3665b3 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Makefile @@ -45,6 +45,7 @@ obj-$(CONFIG_VF_PIT_TIMER) += vf_pit_timer.o obj-$(CONFIG_CLKSRC_QCOM) += qcom-timer.o obj-$(CONFIG_MTK_TIMER) += mtk_timer.o obj-$(CONFIG_CLKSRC_PISTACHIO) += time-pistachio.o +obj-$(CONFIG_CLKSRC_TI_32K) += timer-ti-32k.o obj-$(CONFIG_ARM_ARCH_TIMER) += arm_arch_timer.o obj-$(CONFIG_ARM_GLOBAL_TIMER) += arm_global_timer.o |