diff options
author | Marc Gonzalez <marc_gonzalez@sigmadesigns.com> | 2015-10-09 16:59:18 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-10-16 14:09:57 +0200 |
commit | ccd63ce471c9b69663783e919ca4dba9967cd690 (patch) | |
tree | 7549950c94e75837b4b6595305ba89dbbe44867a /drivers/clocksource/Kconfig | |
parent | f1c08c9bc8f475aa242270da30b6cc9232bd19e0 (diff) | |
download | linux-ccd63ce471c9b69663783e919ca4dba9967cd690.tar.bz2 |
clocksource/drivers/tango_xtal: Add new timer for Tango SoCs
Sigma Designs Tango platforms provide a 27 MHz crystal oscillator.
Use it for clocksource, sched_clock, and delay_timer.
Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index a7726db13abb..50b68bc20720 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -279,6 +279,10 @@ config CLKSRC_MIPS_GIC depends on MIPS_GIC select CLKSRC_OF +config CLKSRC_TANGO_XTAL + bool + select CLKSRC_OF + config CLKSRC_PXA def_bool y if ARCH_PXA || ARCH_SA1100 select CLKSRC_OF if OF |