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/Kconfig | |
parent | 6f82e25d2e434a70cde5ad135fa00099e8106a76 (diff) |
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) |