ARM: EXYNOS: move mct driver to drivers/clocksource
[cascardo/linux.git] / drivers / clocksource / Kconfig
index e920cbe..e8c4532 100644 (file)
@@ -62,3 +62,13 @@ config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
 
 config ARM_ARCH_TIMER
        bool
+
+config CLKSRC_METAG_GENERIC
+       def_bool y if METAG
+       help
+         This option enables support for the Meta per-thread timers.
+
+config CLKSRC_EXYNOS_MCT
+       def_bool y if ARCH_EXYNOS
+       help
+         Support for Multi Core Timer controller on Exynos SoCs.