clocksource: em_sti: convert to clk_prepare/unprepare
[deliverable/linux.git] / drivers / clocksource / Kconfig
CommitLineData
ae278a93
SW
1config CLKSRC_OF
2 bool
3
89c0b8e2
RK
4config CLKSRC_I8253
5 bool
442c8176 6
e6220bdc
TG
7config CLKEVT_I8253
8 bool
9
15f304b6
RB
10config I8253_LOCK
11 bool
12
13config CLKBLD_I8253
e6220bdc 14 def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
15f304b6 15
442c8176
RK
16config CLKSRC_MMIO
17 bool
06c3df49
JI
18
19config DW_APB_TIMER
20 bool
489bccea 21
cfda5901
DN
22config DW_APB_TIMER_OF
23 bool
1b4eca0f 24 select DW_APB_TIMER
10021488 25 select CLKSRC_OF
cfda5901 26
6fe9cbd1
GC
27config ARMADA_370_XP_TIMER
28 bool
7b0dd72a 29 select CLKSRC_OF
6fe9cbd1 30
0c1dcfd5
SH
31config ORION_TIMER
32 select CLKSRC_OF
33 select CLKSRC_MMIO
34 bool
35
119fd635 36config SUN4I_TIMER
b2ac5d75
MR
37 bool
38
ff7ec345
TP
39config VT8500_TIMER
40 bool
41
4f0f234f
MS
42config CADENCE_TTC_TIMER
43 bool
44
694e33a7
LW
45config CLKSRC_NOMADIK_MTU
46 bool
47 depends on (ARCH_NOMADIK || ARCH_U8500)
48 select CLKSRC_MMIO
49 help
50 Support for Multi Timer Unit. MTU provides access
51 to multiple interrupt generating programmable
52 32-bit free running decrementing counters.
53
54config CLKSRC_NOMADIK_MTU_SCHED_CLOCK
55 bool
56 depends on CLKSRC_NOMADIK_MTU
57 help
58 Use the Multi Timer Unit as the sched_clock.
59
489bccea
MW
60config CLKSRC_DBX500_PRCMU
61 bool "Clocksource PRCMU Timer"
29746f48 62 depends on UX500_SOC_DB8500
489bccea
MW
63 default y
64 help
65 Use the always on PRCMU Timer as clocksource
66
67config CLKSRC_DBX500_PRCMU_SCHED_CLOCK
68 bool "Clocksource PRCMU Timer sched_clock"
694e33a7 69 depends on (CLKSRC_DBX500_PRCMU && !CLKSRC_NOMADIK_MTU_SCHED_CLOCK)
489bccea
MW
70 default y
71 help
72 Use the always on PRCMU Timer as sched_clock
985c0679 73
8a4da6e3
MR
74config ARM_ARCH_TIMER
75 bool
0583fe47 76 select CLKSRC_OF if OF
a2c5d4ed 77
037f6377
WD
78config ARM_ARCH_TIMER_EVTSTREAM
79 bool "Support for ARM architected timer event stream generation"
80 default y if ARM_ARCH_TIMER
81 help
82 This option enables support for event stream generation based on
83 the ARM architected timer. It is used for waking up CPUs executing
84 the wfe instruction at a frequency represented as a power-of-2
85 divisor of the clock rate.
86 The main use of the event stream is wfe-based timeouts of userspace
87 locking implementations. It might also be useful for imposing timeout
88 on wfe to safeguard against any programming errors in case an expected
89 event is not generated.
90 This must be disabled for hardware validation purposes to detect any
91 hardware anomalies of missing events.
92
c1b40e44
SM
93config ARM_GLOBAL_TIMER
94 bool
95 select CLKSRC_OF if OF
96 help
97 This options enables support for the ARM global timer unit
98
99config CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
100 bool
101 depends on ARM_GLOBAL_TIMER
102 default y
103 help
104 Use ARM global timer clock source as sched_clock
105
a2c5d4ed
JH
106config CLKSRC_METAG_GENERIC
107 def_bool y if METAG
108 help
109 This option enables support for the Meta per-thread timers.
6938d75a
TA
110
111config CLKSRC_EXYNOS_MCT
112 def_bool y if ARCH_EXYNOS
113 help
114 Support for Multi Core Timer controller on Exynos SoCs.
241a9871 115
f1189989 116config CLKSRC_SAMSUNG_PWM
77d84434 117 bool
f1189989
TF
118 help
119 This is a new clocksource driver for the PWM timer found in
120 Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver
121 for all devicetree enabled platforms. This driver will be
122 needed only on systems that do not have the Exynos MCT available.
c1967249
JL
123
124config VF_PIT_TIMER
125 bool
126 help
127 Support for Period Interrupt Timer on Freescale Vybrid Family SoCs.
This page took 0.120244 seconds and 5 git commands to generate.