14 def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
22 config DW_APB_TIMER_OF
25 config ARMADA_370_XP_TIMER
34 config CADENCE_TTC_TIMER
37 config CLKSRC_NOMADIK_MTU
39 depends on (ARCH_NOMADIK || ARCH_U8500)
42 Support for Multi Timer Unit. MTU provides access
43 to multiple interrupt generating programmable
44 32-bit free running decrementing counters.
46 config CLKSRC_NOMADIK_MTU_SCHED_CLOCK
48 depends on CLKSRC_NOMADIK_MTU
50 Use the Multi Timer Unit as the sched_clock.
52 config CLKSRC_DBX500_PRCMU
53 bool "Clocksource PRCMU Timer"
54 depends on UX500_SOC_DB8500
57 Use the always on PRCMU Timer as clocksource
59 config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
60 bool "Clocksource PRCMU Timer sched_clock"
61 depends on (CLKSRC_DBX500_PRCMU && !CLKSRC_NOMADIK_MTU_SCHED_CLOCK)
64 Use the always on PRCMU Timer as sched_clock
68 select CLKSRC_OF if OF
70 config CLKSRC_METAG_GENERIC
73 This option enables support for the Meta per-thread timers.
75 config CLKSRC_EXYNOS_MCT
76 def_bool y if ARCH_EXYNOS
78 Support for Multi Core Timer controller on Exynos SoCs.
80 config CLKSRC_SAMSUNG_PWM
84 This is a new clocksource driver for the PWM timer found in
85 Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver
86 for all devicetree enabled platforms. This driver will be
87 needed only on systems that do not have the Exynos MCT available.