clocksource/drivers/arm_global_timer: Implement rate compensation whenever source...
[linux-2.6-block.git] / drivers / clocksource / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
58394271 2menu "Clock Source drivers"
2f8a26c1 3 depends on GENERIC_CLOCKEVENTS
58394271 4
bb0eb050 5config TIMER_OF
ae278a93 6 bool
bb0eb050 7 select TIMER_PROBE
aad83b15 8
fa1bffab 9config TIMER_ACPI
aad83b15 10 bool
bb0eb050 11 select TIMER_PROBE
aad83b15 12
bb0eb050 13config TIMER_PROBE
aad83b15 14 bool
ae278a93 15
89c0b8e2
RK
16config CLKSRC_I8253
17 bool
442c8176 18
e6220bdc
TG
19config CLKEVT_I8253
20 bool
21
15f304b6
RB
22config I8253_LOCK
23 bool
24
af04aa85
K
25config OMAP_DM_TIMER
26 bool
27
15f304b6 28config CLKBLD_I8253
e6220bdc 29 def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
15f304b6 30
442c8176
RK
31config CLKSRC_MMIO
32 bool
06c3df49 33
2ea879a7
DL
34config BCM2835_TIMER
35 bool "BCM2835 timer driver" if COMPILE_TEST
2ea879a7
DL
36 select CLKSRC_MMIO
37 help
38 Enables the support for the BCM2835 timer driver.
39
1cad71e3
DL
40config BCM_KONA_TIMER
41 bool "BCM mobile timer driver" if COMPILE_TEST
1cad71e3
DL
42 select CLKSRC_MMIO
43 help
44 Enables the support for the BCM Kona mobile timer driver.
45
721154f9
BG
46config DAVINCI_TIMER
47 bool "Texas Instruments DaVinci timer driver" if COMPILE_TEST
48 help
49 Enables the support for the TI DaVinci timer driver.
50
9b8bb773 51config DIGICOLOR_TIMER
e6c1db13 52 bool "Digicolor timer driver" if COMPILE_TEST
2be6d9bf 53 select CLKSRC_MMIO
d7023e62 54 depends on HAS_IOMEM
e6c1db13
DL
55 help
56 Enables the support for the digicolor timer driver.
9b8bb773 57
06c3df49 58config DW_APB_TIMER
5b097f6b
DL
59 bool "DW APB timer driver" if COMPILE_TEST
60 help
61 Enables the support for the dw_apb timer.
489bccea 62
cfda5901
DN
63config DW_APB_TIMER_OF
64 bool
1b4eca0f 65 select DW_APB_TIMER
bb0eb050 66 select TIMER_OF
cfda5901 67
f5bf0ee4
LW
68config FTTMR010_TIMER
69 bool "Faraday Technology timer driver" if COMPILE_TEST
4750535b
LW
70 depends on HAS_IOMEM
71 select CLKSRC_MMIO
bb0eb050 72 select TIMER_OF
4750535b
LW
73 select MFD_SYSCON
74 help
f5bf0ee4
LW
75 Enables support for the Faraday Technology timer block
76 FTTMR010.
4750535b 77
13e0b405
LW
78config IXP4XX_TIMER
79 bool "Intel XScale IXP4xx timer driver" if COMPILE_TEST
80 depends on HAS_IOMEM
81 select CLKSRC_MMIO
7a3b8758 82 select TIMER_OF if OF
13e0b405
LW
83 help
84 Enables support for the Intel XScale IXP4xx SoC timer.
85
468b8c4c 86config ROCKCHIP_TIMER
40ada2aa
DL
87 bool "Rockchip timer driver" if COMPILE_TEST
88 depends on ARM || ARM64
bb0eb050 89 select TIMER_OF
5e0a39d0 90 select CLKSRC_MMIO
40ada2aa 91 help
06293463 92 Enables the support for the Rockchip timer driver.
468b8c4c 93
6fe9cbd1 94config ARMADA_370_XP_TIMER
9519e80c
DL
95 bool "Armada 370 and XP timer driver" if COMPILE_TEST
96 depends on ARM
bb0eb050 97 select TIMER_OF
2be6d9bf 98 select CLKSRC_MMIO
9519e80c
DL
99 help
100 Enables the support for the Armada 370 and XP timer driver.
6fe9cbd1 101
e4a6b378 102config MESON6_TIMER
0b7a7bb7 103 bool "Meson6 timer driver" if COMPILE_TEST
7b6b0a45 104 select CLKSRC_MMIO
0b7a7bb7
DL
105 help
106 Enables the support for the Meson6 timer driver.
e4a6b378 107
0c1dcfd5 108config ORION_TIMER
c9165549
DL
109 bool "Orion timer driver" if COMPILE_TEST
110 depends on ARM
bb0eb050 111 select TIMER_OF
0c1dcfd5 112 select CLKSRC_MMIO
c9165549
DL
113 help
114 Enables the support for the Orion timer driver
0c1dcfd5 115
4be78a86
AF
116config OWL_TIMER
117 bool "Owl timer driver" if COMPILE_TEST
4be78a86
AF
118 select CLKSRC_MMIO
119 help
120 Enables the support for the Actions Semi Owl timer driver.
121
7f83a132
MS
122config RDA_TIMER
123 bool "RDA timer driver" if COMPILE_TEST
7f83a132
MS
124 select CLKSRC_MMIO
125 select TIMER_OF
126 help
127 Enables the support for the RDA Micro timer driver.
128
119fd635 129config SUN4I_TIMER
b4fcd48b 130 bool "Sun4i timer driver" if COMPILE_TEST
d7023e62 131 depends on HAS_IOMEM
71c568c0 132 select CLKSRC_MMIO
239751ed 133 select TIMER_OF
b4fcd48b
DL
134 help
135 Enables support for the Sun4i timer.
b2ac5d75 136
67905540 137config SUN5I_HSTIMER
f0c5afb7 138 bool "Sun5i timer driver" if COMPILE_TEST
67905540 139 select CLKSRC_MMIO
f0c5afb7
DL
140 depends on COMMON_CLK
141 help
142 Enables support the Sun5i timer.
67905540 143
910978e7 144config TEGRA_TIMER
adce4bc8 145 bool "Tegra timer driver" if COMPILE_TEST
2be6d9bf 146 select CLKSRC_MMIO
b4822dc7 147 select TIMER_OF
acb4bb3f 148 depends on ARCH_TEGRA || COMPILE_TEST
adce4bc8
DL
149 help
150 Enables support for the Tegra driver.
910978e7 151
ff7ec345 152config VT8500_TIMER
b4bdf7ef 153 bool "VT8500 timer driver" if COMPILE_TEST
d7023e62 154 depends on HAS_IOMEM
b4bdf7ef
DL
155 help
156 Enables support for the VT8500 driver.
ff7ec345 157
1c00289e
TM
158config NPCM7XX_TIMER
159 bool "NPCM7xx timer driver" if COMPILE_TEST
160 depends on HAS_IOMEM
99834eea 161 select TIMER_OF
1c00289e
TM
162 select CLKSRC_MMIO
163 help
164 Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx architecture,
06293463 165 where TIMER0 serves as clockevent and TIMER1 serves as clocksource.
1c00289e 166
4f0f234f 167config CADENCE_TTC_TIMER
57f49318
DL
168 bool "Cadence TTC timer driver" if COMPILE_TEST
169 depends on COMMON_CLK
170 help
06293463 171 Enables support for the Cadence TTC driver.
4f0f234f 172
a8b1b9fc 173config ASM9260_TIMER
b9755841 174 bool "ASM9260 timer driver" if COMPILE_TEST
a8b1b9fc 175 select CLKSRC_MMIO
bb0eb050 176 select TIMER_OF
b9755841
DL
177 help
178 Enables support for the ASM9260 timer.
a8b1b9fc 179
694e33a7 180config CLKSRC_NOMADIK_MTU
70329653
DL
181 bool "Nomakdik clocksource driver" if COMPILE_TEST
182 depends on ARM
694e33a7
LW
183 select CLKSRC_MMIO
184 help
185 Support for Multi Timer Unit. MTU provides access
186 to multiple interrupt generating programmable
187 32-bit free running decrementing counters.
188
489bccea 189config CLKSRC_DBX500_PRCMU
1becd6ed 190 bool "Clocksource PRCMU Timer" if COMPILE_TEST
d7023e62 191 depends on HAS_IOMEM
489bccea 192 help
06293463 193 Use the always on PRCMU Timer as clocksource.
489bccea 194
ecf0efdc 195config CLPS711X_TIMER
06293463 196 bool "Cirrus Logic timer driver" if COMPILE_TEST
ecf0efdc
DL
197 select CLKSRC_MMIO
198 help
199 Enables support for the Cirrus Logic PS711 timer.
200
d81c50a0 201config MXS_TIMER
06293463 202 bool "MXS timer driver" if COMPILE_TEST
d81c50a0
DL
203 select CLKSRC_MMIO
204 select STMP_DEVICE
205 help
06293463 206 Enables support for the MXS timer.
d81c50a0 207
d683b9dc
DL
208config NSPIRE_TIMER
209 bool "NSpire timer driver" if COMPILE_TEST
d683b9dc
DL
210 select CLKSRC_MMIO
211 help
212 Enables support for the Nspire timer.
213
c12547a0
DL
214config KEYSTONE_TIMER
215 bool "Keystone timer driver" if COMPILE_TEST
c12547a0
DL
216 depends on ARM || ARM64
217 select CLKSRC_MMIO
218 help
219 Enables support for the Keystone timer.
220
568c0342 221config INTEGRATOR_AP_TIMER
06293463 222 bool "Integrator-AP timer driver" if COMPILE_TEST
568c0342
DL
223 select CLKSRC_MMIO
224 help
06293463 225 Enables support for the Integrator-AP timer.
568c0342 226
050dd322 227config CLKSRC_LPC32XX
ddcf48c7 228 bool "Clocksource for LPC32XX" if COMPILE_TEST
2f8a26c1 229 depends on HAS_IOMEM
1b18fd20 230 depends on ARM
050dd322 231 select CLKSRC_MMIO
bb0eb050 232 select TIMER_OF
ddcf48c7
DL
233 help
234 Support for the LPC32XX clocksource.
050dd322 235
84583983 236config CLKSRC_PISTACHIO
dfdb1652 237 bool "Clocksource for Pistachio SoC" if COMPILE_TEST
2f8a26c1 238 depends on HAS_IOMEM
bb0eb050 239 select TIMER_OF
dfdb1652
DL
240 help
241 Enables the clocksource for the Pistachio SoC.
84583983 242
fe851f56
FB
243config CLKSRC_TI_32K
244 bool "Texas Instruments 32.768 Hz Clocksource" if COMPILE_TEST
dfedaf10 245 depends on GENERIC_SCHED_CLOCK
bb0eb050 246 select TIMER_OF if OF
fe851f56
FB
247 help
248 This option enables support for Texas Instruments 32.768 Hz clocksource
249 available on many OMAP-like platforms.
250
e37e4593 251config CLKSRC_STM32
1cb6c215
PG
252 bool "Clocksource for STM32 SoCs" if !ARCH_STM32
253 depends on OF && ARM && (ARCH_STM32 || COMPILE_TEST)
e37e4593 254 select CLKSRC_MMIO
d04af490 255 select TIMER_OF
e37e4593 256
48b41c5e
BG
257config CLKSRC_STM32_LP
258 bool "Low power clocksource for STM32 SoCs"
259 depends on MFD_STM32_LPTIMER || COMPILE_TEST
260
0302637f
VM
261config CLKSRC_MPS2
262 bool "Clocksource for MPS2 SoCs" if COMPILE_TEST
263 depends on GENERIC_SCHED_CLOCK
264 select CLKSRC_MMIO
bb0eb050 265 select TIMER_OF
0302637f 266
c4c9a040
VG
267config ARC_TIMERS
268 bool "Support for 32-bit TIMERn counters in ARC Cores" if COMPILE_TEST
bf287607 269 depends on GENERIC_SCHED_CLOCK
bb0eb050 270 select TIMER_OF
c4c9a040
VG
271 help
272 These are legacy 32-bit TIMER0 and TIMER1 counters found on all ARC cores
273 (ARC700 as well as ARC HS38).
06293463 274 TIMER0 serves as clockevent while TIMER1 provides clocksource.
c4c9a040
VG
275
276config ARC_TIMERS_64BIT
277 bool "Support for 64-bit counters in ARC HS38 cores" if COMPILE_TEST
c4c9a040 278 depends on ARC_TIMERS
bb0eb050 279 select TIMER_OF
c4c9a040 280 help
06293463 281 This enables 2 different 64-bit timers: RTC (for UP) and GFRC (for SMP).
c4c9a040
VG
282 RTC is implemented inside the core, while GFRC sits outside the core in
283 ARConnect IP block. Driver automatically picks one of them for clocksource
284 as appropriate.
285
8a4da6e3
MR
286config ARM_ARCH_TIMER
287 bool
bb0eb050 288 select TIMER_OF if OF
fa1bffab 289 select TIMER_ACPI if ACPI
a2c5d4ed 290
037f6377 291config ARM_ARCH_TIMER_EVTSTREAM
46fd5c6b 292 bool "Enable ARM architected timer event stream generation by default"
037f6377 293 default y if ARM_ARCH_TIMER
77f7ce9a 294 depends on ARM_ARCH_TIMER
037f6377 295 help
46fd5c6b
WD
296 This option enables support by default for event stream generation
297 based on the ARM architected timer. It is used for waking up CPUs
298 executing the wfe instruction at a frequency represented as a
299 power-of-2 divisor of the clock rate. The behaviour can also be
300 overridden on the command line using the
301 clocksource.arm_arch_timer.evtstream parameter.
037f6377
WD
302 The main use of the event stream is wfe-based timeouts of userspace
303 locking implementations. It might also be useful for imposing timeout
304 on wfe to safeguard against any programming errors in case an expected
305 event is not generated.
306 This must be disabled for hardware validation purposes to detect any
307 hardware anomalies of missing events.
308
16d10ef2
DT
309config ARM_ARCH_TIMER_OOL_WORKAROUND
310 bool
311
f6dc1576
SW
312config FSL_ERRATUM_A008585
313 bool "Workaround for Freescale/NXP Erratum A-008585"
314 default y
315 depends on ARM_ARCH_TIMER && ARM64
16d10ef2 316 select ARM_ARCH_TIMER_OOL_WORKAROUND
f6dc1576
SW
317 help
318 This option enables a workaround for Freescale/NXP Erratum
319 A-008585 ("ARM generic timer may contain an erroneous
320 value"). The workaround will only be active if the
321 fsl,erratum-a008585 property is found in the timer node.
322
bb42ca47
DT
323config HISILICON_ERRATUM_161010101
324 bool "Workaround for Hisilicon Erratum 161010101"
325 default y
326 select ARM_ARCH_TIMER_OOL_WORKAROUND
327 depends on ARM_ARCH_TIMER && ARM64
328 help
329 This option enables a workaround for Hisilicon Erratum
330 161010101. The workaround will be active if the hisilicon,erratum-161010101
331 property is found in the timer node.
332
fa8d815f
MZ
333config ARM64_ERRATUM_858921
334 bool "Workaround for Cortex-A73 erratum 858921"
335 default y
336 select ARM_ARCH_TIMER_OOL_WORKAROUND
337 depends on ARM_ARCH_TIMER && ARM64
338 help
339 This option enables a workaround applicable to Cortex-A73
340 (all versions), whose counter may return incorrect values.
341 The workaround will be dynamically enabled when an affected
342 core is detected.
343
c950ca8c
SH
344config SUN50I_ERRATUM_UNKNOWN1
345 bool "Workaround for Allwinner A64 erratum UNKNOWN1"
346 default y
347 depends on ARM_ARCH_TIMER && ARM64 && ARCH_SUNXI
348 select ARM_ARCH_TIMER_OOL_WORKAROUND
349 help
350 This option enables a workaround for instability in the timer on
351 the Allwinner A64 SoC. The workaround will only be active if the
352 allwinner,erratum-unknown1 property is found in the timer node.
353
c1b40e44 354config ARM_GLOBAL_TIMER
67a87a43 355 bool "Support for the ARM global timer" if COMPILE_TEST
bb0eb050 356 select TIMER_OF if OF
67a87a43 357 depends on ARM
c1b40e44 358 help
06293463 359 This option enables support for the ARM global timer unit.
c1b40e44 360
171b45a4
AM
361config ARM_GT_INITIAL_PRESCALER_VAL
362 int "ARM global timer initial prescaler value"
363 default 1
364 depends on ARM_GLOBAL_TIMER
365 help
366 When the ARM global timer initializes, its current rate is declared
367 to the kernel and maintained forever. Should it's parent clock
368 change, the driver tries to fix the timer's internal prescaler.
369 On some machs (i.e. Zynq) the initial prescaler value thus poses
370 bounds about how much the parent clock is allowed to decrease or
371 increase wrt the initial clock value.
372 This affects CPU_FREQ max delta from the initial frequency.
373
0b7402dc 374config ARM_TIMER_SP804
dfc82faa 375 bool "Support for Dual Timer SP804 module" if COMPILE_TEST
002af195 376 depends on GENERIC_SCHED_CLOCK && CLKDEV_LOOKUP
0b7402dc 377 select CLKSRC_MMIO
bb0eb050 378 select TIMER_OF if OF
0b7402dc 379
c1b40e44
SM
380config CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
381 bool
382 depends on ARM_GLOBAL_TIMER
383 default y
384 help
06293463 385 Use ARM global timer clock source as sched_clock.
c1b40e44 386
4958ebb3 387config ARMV7M_SYSTICK
e2146d86 388 bool "Support for the ARMv7M system time" if COMPILE_TEST
bb0eb050 389 select TIMER_OF if OF
4958ebb3
MC
390 select CLKSRC_MMIO
391 help
06293463 392 This option enables support for the ARMv7M system timer unit.
4958ebb3 393
b052ff30 394config ATMEL_PIT
2f982703
AB
395 bool "Atmel PIT support" if COMPILE_TEST
396 depends on HAS_IOMEM
bb0eb050 397 select TIMER_OF if OF
2f982703
AB
398 help
399 Support for the Periodic Interval Timer found on Atmel SoCs.
b052ff30 400
b53cdd03 401config ATMEL_ST
b988d3f0 402 bool "Atmel ST timer support" if COMPILE_TEST
bd2746f0 403 depends on HAS_IOMEM
bb0eb050 404 select TIMER_OF
7ab7ef74 405 select MFD_SYSCON
b988d3f0
DL
406 help
407 Support for the Atmel ST timer.
b53cdd03 408
6275f494
AB
409config ATMEL_TCB_CLKSRC
410 bool "Atmel TC Block timer driver" if COMPILE_TEST
1ce861ce 411 depends on ARM && HAS_IOMEM
6275f494
AB
412 select TIMER_OF if OF
413 help
414 Support for Timer Counter Blocks on Atmel SoCs.
415
6938d75a 416config CLKSRC_EXYNOS_MCT
39366ef4 417 bool "Exynos multi core timer driver" if COMPILE_TEST
f1a4c1f3 418 depends on ARM || ARM64
6938d75a
TA
419 help
420 Support for Multi Core Timer controller on Exynos SoCs.
241a9871 421
f1189989 422config CLKSRC_SAMSUNG_PWM
de37b0b5 423 bool "PWM timer driver for Samsung S3C, S5P" if COMPILE_TEST
d7023e62 424 depends on HAS_IOMEM
f1189989
TF
425 help
426 This is a new clocksource driver for the PWM timer found in
427 Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver
428 for all devicetree enabled platforms. This driver will be
429 needed only on systems that do not have the Exynos MCT available.
c1967249 430
2529c3a3 431config FSL_FTM_TIMER
ef49336b 432 bool "Freescale FlexTimer Module driver" if COMPILE_TEST
d7023e62 433 depends on HAS_IOMEM
03724ac3 434 select CLKSRC_MMIO
2529c3a3
XL
435 help
436 Support for Freescale FlexTimer Module (FTM) timer.
437
c1967249
JL
438config VF_PIT_TIMER
439 bool
2be6d9bf 440 select CLKSRC_MMIO
c1967249 441 help
06293463 442 Support for Periodic Interrupt Timer on Freescale Vybrid Family SoCs.
fd3f1270 443
89355274
NA
444config OXNAS_RPS_TIMER
445 bool "Oxford Semiconductor OXNAS RPS Timers driver" if COMPILE_TEST
bb0eb050 446 select TIMER_OF
89355274
NA
447 select CLKSRC_MMIO
448 help
449 This enables support for the Oxford Semiconductor OXNAS RPS timers.
450
fd3f1270 451config SYS_SUPPORTS_SH_CMT
9ca9fe69 452 bool
fd3f1270 453
ecb3530d 454config MTK_TIMER
fbca9eab 455 bool "Mediatek timer driver" if COMPILE_TEST
2f8a26c1 456 depends on HAS_IOMEM
bb0eb050 457 select TIMER_OF
ecb3530d 458 select CLKSRC_MMIO
fbca9eab
DL
459 help
460 Support for Mediatek timer driver.
ecb3530d 461
067bc914 462config SPRD_TIMER
8a1ece26 463 bool "Spreadtrum timer driver" if EXPERT
067bc914 464 depends on HAS_IOMEM
8a1ece26
CZ
465 depends on (ARCH_SPRD || COMPILE_TEST)
466 default ARCH_SPRD
067bc914
BW
467 select TIMER_OF
468 help
469 Enables support for the Spreadtrum timer driver.
470
fd3f1270 471config SYS_SUPPORTS_SH_MTU2
9ca9fe69 472 bool
fd3f1270
MD
473
474config SYS_SUPPORTS_SH_TMU
9ca9fe69 475 bool
fd3f1270
MD
476
477config SYS_SUPPORTS_EM_STI
9ca9fe69 478 bool
fd3f1270 479
9995f4f1
RF
480config CLKSRC_JCORE_PIT
481 bool "J-Core PIT timer driver" if COMPILE_TEST
482 depends on OF
9995f4f1
RF
483 depends on HAS_IOMEM
484 select CLKSRC_MMIO
485 help
486 This enables build of clocksource and clockevent driver for
487 the integrated PIT in the J-Core synthesizable, open source SoC.
488
fd3f1270
MD
489config SH_TIMER_CMT
490 bool "Renesas CMT timer driver" if COMPILE_TEST
11bc26fe 491 depends on HAS_IOMEM
fd3f1270
MD
492 default SYS_SUPPORTS_SH_CMT
493 help
494 This enables build of a clocksource and clockevent driver for
495 the Compare Match Timer (CMT) hardware available in 16/32/48-bit
496 variants on a wide range of Mobile and Automotive SoCs from Renesas.
497
498config SH_TIMER_MTU2
499 bool "Renesas MTU2 timer driver" if COMPILE_TEST
11bc26fe 500 depends on HAS_IOMEM
fd3f1270
MD
501 default SYS_SUPPORTS_SH_MTU2
502 help
503 This enables build of a clockevent driver for the Multi-Function
7e139187 504 Timer Pulse Unit 2 (MTU2) hardware available on SoCs from Renesas.
06293463 505 This hardware comes with 16-bit timer registers.
fd3f1270 506
fb6002a8
CB
507config RENESAS_OSTM
508 bool "Renesas OSTM timer driver" if COMPILE_TEST
fb6002a8 509 select CLKSRC_MMIO
22731423 510 select TIMER_OF
fb6002a8
CB
511 help
512 Enables the support for the Renesas OSTM.
513
fd3f1270
MD
514config SH_TIMER_TMU
515 bool "Renesas TMU timer driver" if COMPILE_TEST
11bc26fe 516 depends on HAS_IOMEM
fd3f1270
MD
517 default SYS_SUPPORTS_SH_TMU
518 help
519 This enables build of a clocksource and clockevent driver for
520 the 32-bit Timer Unit (TMU) hardware available on a wide range
521 SoCs from Renesas.
522
523config EM_TIMER_STI
524 bool "Renesas STI timer driver" if COMPILE_TEST
2f8a26c1 525 depends on HAS_IOMEM
fd3f1270
MD
526 default SYS_SUPPORTS_EM_STI
527 help
528 This enables build of a clocksource and clockevent driver for
529 the 48-bit System Timer (STI) hardware available on a SoCs
530 such as EMEV2 from former NEC Electronics.
dfc25e45 531
3f8e8cee 532config CLKSRC_QCOM
3dc0e9f6
DL
533 bool "Qualcomm MSM timer" if COMPILE_TEST
534 depends on ARM
bb0eb050 535 select TIMER_OF
3dc0e9f6
DL
536 help
537 This enables the clocksource and the per CPU clockevent driver for the
538 Qualcomm SoCs.
220e2a8d
PM
539
540config CLKSRC_VERSATILE
5cc87a4d 541 bool "ARM Versatile (Express) reference platforms clock source" if COMPILE_TEST
77f6c0b8 542 depends on GENERIC_SCHED_CLOCK
bb0eb050 543 select TIMER_OF
bfed0ede 544 default y if (ARCH_VEXPRESS || ARCH_VERSATILE) && ARM
220e2a8d
PM
545 help
546 This option enables clock source based on free running
547 counter available in the "System Registers" block of
bfed0ede 548 ARM Versatile and Versatile Express reference platforms.
58394271 549
fa5635a2
AB
550config CLKSRC_MIPS_GIC
551 bool
552 depends on MIPS_GIC
7d7de1a6 553 select CLOCKSOURCE_WATCHDOG
bb0eb050 554 select TIMER_OF
fa5635a2 555
e074ff86 556config CLKSRC_PXA
5ae996cb 557 bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST
d7023e62 558 depends on HAS_IOMEM
5ae996cb 559 select CLKSRC_MMIO
e074ff86
DES
560 help
561 This enables OST0 support available on PXA and SA-11x0
562 platforms.
618b902d 563
97a23beb 564config H8300_TMR8
9ca9fe69
KK
565 bool "Clockevent timer for the H8300 platform" if COMPILE_TEST
566 depends on HAS_IOMEM
46e7c3c6
DL
567 help
568 This enables the 8 bits timer for the H8300 platform.
97a23beb 569
618b902d 570config H8300_TMR16
9ca9fe69
KK
571 bool "Clockevent timer for the H83069 platform" if COMPILE_TEST
572 depends on HAS_IOMEM
46e7c3c6
DL
573 help
574 This enables the 16 bits timer for the H8300 platform with the
06293463 575 H83069 CPU.
618b902d
YS
576
577config H8300_TPU
9ca9fe69
KK
578 bool "Clocksource for the H8300 platform" if COMPILE_TEST
579 depends on HAS_IOMEM
46e7c3c6
DL
580 help
581 This enables the clocksource for the H8300 platform with the
06293463 582 H8S2678 CPU.
618b902d 583
bea5af41
SG
584config CLKSRC_IMX_GPT
585 bool "Clocksource using i.MX GPT" if COMPILE_TEST
df181e38 586 depends on (ARM || ARM64) && CLKDEV_LOOKUP
bea5af41
SG
587 select CLKSRC_MMIO
588
059ab7b8
DA
589config CLKSRC_IMX_TPM
590 bool "Clocksource using i.MX TPM" if COMPILE_TEST
a6d0812a 591 depends on (ARM || ARM64) && CLKDEV_LOOKUP
059ab7b8 592 select CLKSRC_MMIO
a6d0812a 593 select TIMER_OF
059ab7b8
DA
594 help
595 Enable this option to use IMX Timer/PWM Module (TPM) timer as
596 clocksource.
597
7117a44b
BP
598config TIMER_IMX_SYS_CTR
599 bool "i.MX system counter timer" if COMPILE_TEST
600 select TIMER_OF
601 help
602 Enable this option to use i.MX system counter timer as a
603 clockevent.
604
70bef01c 605config CLKSRC_ST_LPC
baacaf83 606 bool "Low power clocksource found in the LPC" if COMPILE_TEST
bb0eb050 607 select TIMER_OF if OF
863ee050 608 depends on HAS_IOMEM
2be6d9bf 609 select CLKSRC_MMIO
70bef01c
LJ
610 help
611 Enable this option to use the Low Power controller timer
612 as clocksource.
613
35dbb74a
RC
614config ATCPIT100_TIMER
615 bool "ATCPIT100 timer driver"
616 depends on NDS32 || COMPILE_TEST
617 depends on HAS_IOMEM
618 select TIMER_OF
619 default NDS32
620 help
621 This option enables support for the Andestech ATCPIT100 timers.
622
62b01943 623config RISCV_TIMER
2bc3fc87 624 bool "Timer for the RISC-V platform" if COMPILE_TEST
ab310544 625 depends on GENERIC_SCHED_CLOCK && RISCV && RISCV_SBI
62b01943
PD
626 select TIMER_PROBE
627 select TIMER_OF
628 help
629 This enables the per-hart timer built into all RISC-V systems, which
630 is accessed via both the SBI and the rdcycle instruction. This is
631 required for all RISC-V systems.
632
2ac6795f
AP
633config CLINT_TIMER
634 bool "CLINT Timer for the RISC-V platform" if COMPILE_TEST
635 depends on GENERIC_SCHED_CLOCK && RISCV
636 select TIMER_PROBE
637 select TIMER_OF
638 help
639 This option enables the CLINT timer for RISC-V systems. The CLINT
640 driver is usually used for NoMMU RISC-V systems.
641
a7ad38b0
GR
642config CSKY_MP_TIMER
643 bool "SMP Timer for the C-SKY platform" if COMPILE_TEST
644 depends on CSKY
645 select TIMER_OF
646 help
647 Say yes here to enable C-SKY SMP timer driver used for C-SKY SMP
648 system.
06293463
RD
649 csky,mptimer is not only used in SMP system, it also could be used in
650 single core system. It's not a mmio reg and it uses mtcr/mfcr instruction.
a7ad38b0 651
33745c3c
GR
652config GX6605S_TIMER
653 bool "Gx6605s SOC system timer driver" if COMPILE_TEST
654 depends on CSKY
655 select CLKSRC_MMIO
656 select TIMER_OF
657 help
658 This option enables support for gx6605s SOC's timer.
659
b58f28f3
ST
660config MILBEAUT_TIMER
661 bool "Milbeaut timer driver" if COMPILE_TEST
662 depends on OF
663 depends on ARM
664 select TIMER_OF
665 select CLKSRC_MMIO
666 help
667 Enables the support for Milbeaut timer driver.
668
34e93683
PC
669config INGENIC_TIMER
670 bool "Clocksource/timer using the TCU in Ingenic JZ SoCs"
671 default MACH_INGENIC
672 depends on MIPS || COMPILE_TEST
673 depends on COMMON_CLK
674 select MFD_SYSCON
675 select TIMER_OF
676 select IRQ_DOMAIN
677 help
678 Support for the timer/counter unit of the Ingenic JZ SoCs.
679
5ecafc12
ZY
680config INGENIC_SYSOST
681 bool "Clocksource/timer using the SYSOST in Ingenic X SoCs"
682 depends on MIPS || COMPILE_TEST
683 depends on COMMON_CLK
684 select MFD_SYSCON
685 select TIMER_OF
686 select IRQ_DOMAIN
687 help
688 Support for the SYSOST of the Ingenic X Series SoCs.
689
ca7b72b5 690config INGENIC_OST
5ecafc12 691 bool "Clocksource using the OST in Ingenic JZ SoCs"
ca7b72b5
MH
692 depends on MIPS || COMPILE_TEST
693 depends on COMMON_CLK
694 select MFD_SYSCON
695 help
696 Support for the Operating System Timer of the Ingenic JZ SoCs.
697
625022a5
CB
698config MICROCHIP_PIT64B
699 bool "Microchip PIT64B support"
700 depends on OF || COMPILE_TEST
701 select CLKSRC_MMIO
25259f7a 702 select TIMER_OF
625022a5
CB
703 help
704 This option enables Microchip PIT64B timer for Atmel
705 based system. It supports the oneshot, the periodic
706 modes and high resolution. It is used as a clocksource
707 and a clockevent.
708
58394271 709endmenu