diff options
author | Felipe Balbi <balbi@ti.com> | 2015-09-29 20:55:33 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-10-16 18:06:24 +0200 |
commit | fe851f56d5f5b02a9afca95acde5224c3e73fac1 (patch) | |
tree | a3b3d5e912ee09fd49e05c81ca27b12a0bcfb681 /drivers/clocksource/Kconfig | |
parent | arm: omap2: timer: rename omap_sync32k_timer_init() (diff) | |
download | linux-fe851f56d5f5b02a9afca95acde5224c3e73fac1.tar.xz linux-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/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index a7726db13abb..98b2a9b9bfad 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -115,6 +115,13 @@ config CLKSRC_PISTACHIO bool select CLKSRC_OF +config CLKSRC_TI_32K + bool "Texas Instruments 32.768 Hz Clocksource" if COMPILE_TEST + select CLKSRC_OF if OF + help + This option enables support for Texas Instruments 32.768 Hz clocksource + available on many OMAP-like platforms. + config CLKSRC_STM32 bool "Clocksource for STM32 SoCs" if !ARCH_STM32 depends on OF && ARM && (ARCH_STM32 || COMPILE_TEST) |