@@ -88,7 +88,7 @@ config ROCKCHIP_TIMER
88
88
select TIMER_OF
89
89
select CLKSRC_MMIO
90
90
help
91
- Enables the support for the rockchip timer driver.
91
+ Enables the support for the Rockchip timer driver.
92
92
93
93
config ARMADA_370_XP_TIMER
94
94
bool "Armada 370 and XP timer driver" if COMPILE_TEST
@@ -162,13 +162,13 @@ config NPCM7XX_TIMER
162
162
select CLKSRC_MMIO
163
163
help
164
164
Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx architecture,
165
- While TIMER0 serves as clockevent and TIMER1 serves as clocksource.
165
+ where TIMER0 serves as clockevent and TIMER1 serves as clocksource.
166
166
167
167
config CADENCE_TTC_TIMER
168
168
bool "Cadence TTC timer driver" if COMPILE_TEST
169
169
depends on COMMON_CLK
170
170
help
171
- Enables support for the cadence ttc driver.
171
+ Enables support for the Cadence TTC driver.
172
172
173
173
config ASM9260_TIMER
174
174
bool "ASM9260 timer driver" if COMPILE_TEST
@@ -190,10 +190,10 @@ config CLKSRC_DBX500_PRCMU
190
190
bool "Clocksource PRCMU Timer" if COMPILE_TEST
191
191
depends on HAS_IOMEM
192
192
help
193
- Use the always on PRCMU Timer as clocksource
193
+ Use the always on PRCMU Timer as clocksource.
194
194
195
195
config CLPS711X_TIMER
196
- bool "Cirrus logic timer driver" if COMPILE_TEST
196
+ bool "Cirrus Logic timer driver" if COMPILE_TEST
197
197
select CLKSRC_MMIO
198
198
help
199
199
Enables support for the Cirrus Logic PS711 timer.
@@ -205,11 +205,11 @@ config ATLAS7_TIMER
205
205
Enables support for the Atlas7 timer.
206
206
207
207
config MXS_TIMER
208
- bool "Mxs timer driver" if COMPILE_TEST
208
+ bool "MXS timer driver" if COMPILE_TEST
209
209
select CLKSRC_MMIO
210
210
select STMP_DEVICE
211
211
help
212
- Enables support for the Mxs timer.
212
+ Enables support for the MXS timer.
213
213
214
214
config PRIMA2_TIMER
215
215
bool "Prima2 timer driver" if COMPILE_TEST
@@ -238,10 +238,10 @@ config KEYSTONE_TIMER
238
238
Enables support for the Keystone timer.
239
239
240
240
config INTEGRATOR_AP_TIMER
241
- bool "Integrator-ap timer driver" if COMPILE_TEST
241
+ bool "Integrator-AP timer driver" if COMPILE_TEST
242
242
select CLKSRC_MMIO
243
243
help
244
- Enables support for the Integrator-ap timer.
244
+ Enables support for the Integrator-AP timer.
245
245
246
246
config CLKSRC_EFM32
247
247
bool "Clocksource for Energy Micro's EFM32 SoCs" if !ARCH_EFM32
@@ -283,8 +283,8 @@ config CLKSRC_NPS
283
283
select TIMER_OF if OF
284
284
help
285
285
NPS400 clocksource support.
286
- Got 64 bit counter with update rate up to 1000MHz.
287
- This counter is accessed via couple of 32 bit memory mapped registers.
286
+ It has a 64- bit counter with update rate up to 1000MHz.
287
+ This counter is accessed via couple of 32- bit memory- mapped registers.
288
288
289
289
config CLKSRC_STM32
290
290
bool "Clocksource for STM32 SoCs" if !ARCH_STM32
@@ -305,14 +305,14 @@ config ARC_TIMERS
305
305
help
306
306
These are legacy 32-bit TIMER0 and TIMER1 counters found on all ARC cores
307
307
(ARC700 as well as ARC HS38).
308
- TIMER0 serves as clockevent while TIMER1 provides clocksource
308
+ TIMER0 serves as clockevent while TIMER1 provides clocksource.
309
309
310
310
config ARC_TIMERS_64BIT
311
311
bool "Support for 64-bit counters in ARC HS38 cores" if COMPILE_TEST
312
312
depends on ARC_TIMERS
313
313
select TIMER_OF
314
314
help
315
- This enables 2 different 64-bit timers: RTC (for UP) and GFRC (for SMP)
315
+ This enables 2 different 64-bit timers: RTC (for UP) and GFRC (for SMP).
316
316
RTC is implemented inside the core, while GFRC sits outside the core in
317
317
ARConnect IP block. Driver automatically picks one of them for clocksource
318
318
as appropriate.
@@ -390,7 +390,7 @@ config ARM_GLOBAL_TIMER
390
390
select TIMER_OF if OF
391
391
depends on ARM
392
392
help
393
- This options enables support for the ARM global timer unit
393
+ This option enables support for the ARM global timer unit.
394
394
395
395
config ARM_TIMER_SP804
396
396
bool "Support for Dual Timer SP804 module" if COMPILE_TEST
@@ -403,14 +403,14 @@ config CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
403
403
depends on ARM_GLOBAL_TIMER
404
404
default y
405
405
help
406
- Use ARM global timer clock source as sched_clock
406
+ Use ARM global timer clock source as sched_clock.
407
407
408
408
config ARMV7M_SYSTICK
409
409
bool "Support for the ARMv7M system time" if COMPILE_TEST
410
410
select TIMER_OF if OF
411
411
select CLKSRC_MMIO
412
412
help
413
- This options enables support for the ARMv7M system timer unit
413
+ This option enables support for the ARMv7M system timer unit.
414
414
415
415
config ATMEL_PIT
416
416
bool "Atmel PIT support" if COMPILE_TEST
@@ -460,7 +460,7 @@ config VF_PIT_TIMER
460
460
bool
461
461
select CLKSRC_MMIO
462
462
help
463
- Support for Period Interrupt Timer on Freescale Vybrid Family SoCs.
463
+ Support for Periodic Interrupt Timer on Freescale Vybrid Family SoCs.
464
464
465
465
config OXNAS_RPS_TIMER
466
466
bool "Oxford Semiconductor OXNAS RPS Timers driver" if COMPILE_TEST
@@ -470,7 +470,7 @@ config OXNAS_RPS_TIMER
470
470
This enables support for the Oxford Semiconductor OXNAS RPS timers.
471
471
472
472
config SYS_SUPPORTS_SH_CMT
473
- bool
473
+ bool
474
474
475
475
config MTK_TIMER
476
476
bool "Mediatek timer driver" if COMPILE_TEST
@@ -490,13 +490,13 @@ config SPRD_TIMER
490
490
Enables support for the Spreadtrum timer driver.
491
491
492
492
config SYS_SUPPORTS_SH_MTU2
493
- bool
493
+ bool
494
494
495
495
config SYS_SUPPORTS_SH_TMU
496
- bool
496
+ bool
497
497
498
498
config SYS_SUPPORTS_EM_STI
499
- bool
499
+ bool
500
500
501
501
config CLKSRC_JCORE_PIT
502
502
bool "J-Core PIT timer driver" if COMPILE_TEST
@@ -523,7 +523,7 @@ config SH_TIMER_MTU2
523
523
help
524
524
This enables build of a clockevent driver for the Multi-Function
525
525
Timer Pulse Unit 2 (MTU2) hardware available on SoCs from Renesas.
526
- This hardware comes with 16 bit- timer registers.
526
+ This hardware comes with 16-bit timer registers.
527
527
528
528
config RENESAS_OSTM
529
529
bool "Renesas OSTM timer driver" if COMPILE_TEST
@@ -580,7 +580,7 @@ config CLKSRC_TANGO_XTAL
580
580
select TIMER_OF
581
581
select CLKSRC_MMIO
582
582
help
583
- This enables the clocksource for Tango SoC
583
+ This enables the clocksource for Tango SoC.
584
584
585
585
config CLKSRC_PXA
586
586
bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST
@@ -591,24 +591,24 @@ config CLKSRC_PXA
591
591
platforms.
592
592
593
593
config H8300_TMR8
594
- bool "Clockevent timer for the H8300 platform" if COMPILE_TEST
595
- depends on HAS_IOMEM
594
+ bool "Clockevent timer for the H8300 platform" if COMPILE_TEST
595
+ depends on HAS_IOMEM
596
596
help
597
597
This enables the 8 bits timer for the H8300 platform.
598
598
599
599
config H8300_TMR16
600
- bool "Clockevent timer for the H83069 platform" if COMPILE_TEST
601
- depends on HAS_IOMEM
600
+ bool "Clockevent timer for the H83069 platform" if COMPILE_TEST
601
+ depends on HAS_IOMEM
602
602
help
603
603
This enables the 16 bits timer for the H8300 platform with the
604
- H83069 cpu .
604
+ H83069 CPU .
605
605
606
606
config H8300_TPU
607
- bool "Clocksource for the H8300 platform" if COMPILE_TEST
608
- depends on HAS_IOMEM
607
+ bool "Clocksource for the H8300 platform" if COMPILE_TEST
608
+ depends on HAS_IOMEM
609
609
help
610
610
This enables the clocksource for the H8300 platform with the
611
- H8S2678 cpu .
611
+ H8S2678 CPU .
612
612
613
613
config CLKSRC_IMX_GPT
614
614
bool "Clocksource using i.MX GPT" if COMPILE_TEST
@@ -666,8 +666,8 @@ config CSKY_MP_TIMER
666
666
help
667
667
Say yes here to enable C-SKY SMP timer driver used for C-SKY SMP
668
668
system.
669
- csky,mptimer is not only used in SMP system, it also could be used
670
- single core system. It's not a mmio reg and it use mtcr/mfcr instruction.
669
+ csky,mptimer is not only used in SMP system, it also could be used in
670
+ single core system. It's not a mmio reg and it uses mtcr/mfcr instruction.
671
671
672
672
config GX6605S_TIMER
673
673
bool "Gx6605s SOC system timer driver" if COMPILE_TEST
@@ -697,4 +697,14 @@ config INGENIC_TIMER
697
697
help
698
698
Support for the timer/counter unit of the Ingenic JZ SoCs.
699
699
700
+ config MICROCHIP_PIT64B
701
+ bool "Microchip PIT64B support"
702
+ depends on OF || COMPILE_TEST
703
+ select CLKSRC_MMIO
704
+ help
705
+ This option enables Microchip PIT64B timer for Atmel
706
+ based system. It supports the oneshot, the periodic
707
+ modes and high resolution. It is used as a clocksource
708
+ and a clockevent.
709
+
700
710
endmenu
0 commit comments