xref: /openbmc/linux/drivers/clocksource/Kconfig (revision ab310544)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
258394271SJean Delvaremenu "Clock Source drivers"
32f8a26c1SArnd Bergmann	depends on GENERIC_CLOCKEVENTS
458394271SJean Delvare
5bb0eb050SDaniel Lezcanoconfig TIMER_OF
6ae278a93SStephen Warren	bool
7bb0eb050SDaniel Lezcano	select TIMER_PROBE
8aad83b15SMarc Zyngier
9fa1bffabSDaniel Lezcanoconfig TIMER_ACPI
10aad83b15SMarc Zyngier	bool
11bb0eb050SDaniel Lezcano	select TIMER_PROBE
12aad83b15SMarc Zyngier
13bb0eb050SDaniel Lezcanoconfig TIMER_PROBE
14aad83b15SMarc Zyngier	bool
15ae278a93SStephen Warren
1689c0b8e2SRussell Kingconfig CLKSRC_I8253
1789c0b8e2SRussell King	bool
18442c8176SRussell King
19e6220bdcSThomas Gleixnerconfig CLKEVT_I8253
20e6220bdcSThomas Gleixner	bool
21e6220bdcSThomas Gleixner
2215f304b6SRalf Baechleconfig I8253_LOCK
2315f304b6SRalf Baechle	bool
2415f304b6SRalf Baechle
25af04aa85SKeerthyconfig OMAP_DM_TIMER
26af04aa85SKeerthy	bool
27af04aa85SKeerthy
2815f304b6SRalf Baechleconfig CLKBLD_I8253
29e6220bdcSThomas Gleixner	def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
3015f304b6SRalf Baechle
31442c8176SRussell Kingconfig CLKSRC_MMIO
32442c8176SRussell King	bool
3306c3df49SJamie Iles
342ea879a7SDaniel Lezcanoconfig BCM2835_TIMER
352ea879a7SDaniel Lezcano	bool "BCM2835 timer driver" if COMPILE_TEST
362ea879a7SDaniel Lezcano	select CLKSRC_MMIO
372ea879a7SDaniel Lezcano	help
382ea879a7SDaniel Lezcano	  Enables the support for the BCM2835 timer driver.
392ea879a7SDaniel Lezcano
401cad71e3SDaniel Lezcanoconfig BCM_KONA_TIMER
411cad71e3SDaniel Lezcano	bool "BCM mobile timer driver" if COMPILE_TEST
421cad71e3SDaniel Lezcano	select CLKSRC_MMIO
431cad71e3SDaniel Lezcano	help
441cad71e3SDaniel Lezcano	  Enables the support for the BCM Kona mobile timer driver.
451cad71e3SDaniel Lezcano
46721154f9SBartosz Golaszewskiconfig DAVINCI_TIMER
47721154f9SBartosz Golaszewski	bool "Texas Instruments DaVinci timer driver" if COMPILE_TEST
48721154f9SBartosz Golaszewski	help
49721154f9SBartosz Golaszewski	  Enables the support for the TI DaVinci timer driver.
50721154f9SBartosz Golaszewski
519b8bb773SBaruch Siachconfig DIGICOLOR_TIMER
52e6c1db13SDaniel Lezcano	bool "Digicolor timer driver" if COMPILE_TEST
532be6d9bfSArnd Bergmann	select CLKSRC_MMIO
54d7023e62SRichard Weinberger	depends on HAS_IOMEM
55e6c1db13SDaniel Lezcano	help
56e6c1db13SDaniel Lezcano	  Enables the support for the digicolor timer driver.
579b8bb773SBaruch Siach
5806c3df49SJamie Ilesconfig DW_APB_TIMER
595b097f6bSDaniel Lezcano	bool "DW APB timer driver" if COMPILE_TEST
605b097f6bSDaniel Lezcano	help
615b097f6bSDaniel Lezcano	  Enables the support for the dw_apb timer.
62489bcceaSMattias Wallin
63cfda5901SDinh Nguyenconfig DW_APB_TIMER_OF
64cfda5901SDinh Nguyen	bool
651b4eca0fSHeiko Stuebner	select DW_APB_TIMER
66bb0eb050SDaniel Lezcano	select TIMER_OF
67cfda5901SDinh Nguyen
68f5bf0ee4SLinus Walleijconfig FTTMR010_TIMER
69f5bf0ee4SLinus Walleij	bool "Faraday Technology timer driver" if COMPILE_TEST
704750535bSLinus Walleij	depends on HAS_IOMEM
714750535bSLinus Walleij	select CLKSRC_MMIO
72bb0eb050SDaniel Lezcano	select TIMER_OF
734750535bSLinus Walleij	select MFD_SYSCON
744750535bSLinus Walleij	help
75f5bf0ee4SLinus Walleij	  Enables support for the Faraday Technology timer block
76f5bf0ee4SLinus Walleij	  FTTMR010.
774750535bSLinus Walleij
7813e0b405SLinus Walleijconfig IXP4XX_TIMER
7913e0b405SLinus Walleij	bool "Intel XScale IXP4xx timer driver" if COMPILE_TEST
8013e0b405SLinus Walleij	depends on HAS_IOMEM
8113e0b405SLinus Walleij	select CLKSRC_MMIO
8213e0b405SLinus Walleij	help
8313e0b405SLinus Walleij	  Enables support for the Intel XScale IXP4xx SoC timer.
8413e0b405SLinus Walleij
85468b8c4cSDaniel Lezcanoconfig ROCKCHIP_TIMER
8640ada2aaSDaniel Lezcano	bool "Rockchip timer driver" if COMPILE_TEST
8740ada2aaSDaniel Lezcano	depends on ARM || ARM64
88bb0eb050SDaniel Lezcano	select TIMER_OF
895e0a39d0SAlexander Kochetkov	select CLKSRC_MMIO
9040ada2aaSDaniel Lezcano	help
9106293463SRandy Dunlap	  Enables the support for the Rockchip timer driver.
92468b8c4cSDaniel Lezcano
936fe9cbd1SGregory CLEMENTconfig ARMADA_370_XP_TIMER
949519e80cSDaniel Lezcano	bool "Armada 370 and XP timer driver" if COMPILE_TEST
959519e80cSDaniel Lezcano	depends on ARM
96bb0eb050SDaniel Lezcano	select TIMER_OF
972be6d9bfSArnd Bergmann	select CLKSRC_MMIO
989519e80cSDaniel Lezcano	help
999519e80cSDaniel Lezcano	  Enables the support for the Armada 370 and XP timer driver.
1006fe9cbd1SGregory CLEMENT
101e4a6b378SCarlo Caioneconfig MESON6_TIMER
1020b7a7bb7SDaniel Lezcano	bool "Meson6 timer driver" if COMPILE_TEST
1037b6b0a45SBeniamino Galvani	select CLKSRC_MMIO
1040b7a7bb7SDaniel Lezcano	help
1050b7a7bb7SDaniel Lezcano	  Enables the support for the Meson6 timer driver.
106e4a6b378SCarlo Caione
1070c1dcfd5SSebastian Hesselbarthconfig ORION_TIMER
108c9165549SDaniel Lezcano	bool "Orion timer driver" if COMPILE_TEST
109c9165549SDaniel Lezcano	depends on ARM
110bb0eb050SDaniel Lezcano	select TIMER_OF
1110c1dcfd5SSebastian Hesselbarth	select CLKSRC_MMIO
112c9165549SDaniel Lezcano	help
113c9165549SDaniel Lezcano	  Enables the support for the Orion timer driver
1140c1dcfd5SSebastian Hesselbarth
1154be78a86SAndreas Färberconfig OWL_TIMER
1164be78a86SAndreas Färber	bool "Owl timer driver" if COMPILE_TEST
1174be78a86SAndreas Färber	select CLKSRC_MMIO
1184be78a86SAndreas Färber	help
1194be78a86SAndreas Färber	  Enables the support for the Actions Semi Owl timer driver.
1204be78a86SAndreas Färber
1217f83a132SManivannan Sadhasivamconfig RDA_TIMER
1227f83a132SManivannan Sadhasivam	bool "RDA timer driver" if COMPILE_TEST
1237f83a132SManivannan Sadhasivam	select CLKSRC_MMIO
1247f83a132SManivannan Sadhasivam	select TIMER_OF
1257f83a132SManivannan Sadhasivam	help
1267f83a132SManivannan Sadhasivam	  Enables the support for the RDA Micro timer driver.
1277f83a132SManivannan Sadhasivam
128119fd635SMaxime Ripardconfig SUN4I_TIMER
129b4fcd48bSDaniel Lezcano	bool "Sun4i timer driver" if COMPILE_TEST
130d7023e62SRichard Weinberger	depends on HAS_IOMEM
13171c568c0SMaxime Ripard	select CLKSRC_MMIO
132239751edSDaniel Lezcano	select TIMER_OF
133b4fcd48bSDaniel Lezcano	help
134b4fcd48bSDaniel Lezcano	  Enables support for the Sun4i timer.
135b2ac5d75SMaxime Ripard
13667905540SMaxime Ripardconfig SUN5I_HSTIMER
137f0c5afb7SDaniel Lezcano	bool "Sun5i timer driver" if COMPILE_TEST
13867905540SMaxime Ripard	select CLKSRC_MMIO
139f0c5afb7SDaniel Lezcano	depends on COMMON_CLK
140f0c5afb7SDaniel Lezcano	help
141f0c5afb7SDaniel Lezcano	  Enables support the Sun5i timer.
14267905540SMaxime Ripard
143910978e7SThierry Redingconfig TEGRA_TIMER
144adce4bc8SDaniel Lezcano	bool "Tegra timer driver" if COMPILE_TEST
1452be6d9bfSArnd Bergmann	select CLKSRC_MMIO
146b4822dc7SJoseph Lo	select TIMER_OF
147acb4bb3fSDmitry Osipenko	depends on ARCH_TEGRA || COMPILE_TEST
148adce4bc8SDaniel Lezcano	help
149adce4bc8SDaniel Lezcano	  Enables support for the Tegra driver.
150910978e7SThierry Reding
151ff7ec345STony Priskconfig VT8500_TIMER
152b4bdf7efSDaniel Lezcano	bool "VT8500 timer driver" if COMPILE_TEST
153d7023e62SRichard Weinberger	depends on HAS_IOMEM
154b4bdf7efSDaniel Lezcano	help
155b4bdf7efSDaniel Lezcano	  Enables support for the VT8500 driver.
156ff7ec345STony Prisk
1571c00289eSTomer Maimonconfig NPCM7XX_TIMER
1581c00289eSTomer Maimon	bool "NPCM7xx timer driver" if COMPILE_TEST
1591c00289eSTomer Maimon	depends on HAS_IOMEM
16099834eeaSArnd Bergmann	select TIMER_OF
1611c00289eSTomer Maimon	select CLKSRC_MMIO
1621c00289eSTomer Maimon	help
1631c00289eSTomer Maimon	  Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx architecture,
16406293463SRandy Dunlap	  where TIMER0 serves as clockevent and TIMER1 serves as clocksource.
1651c00289eSTomer Maimon
1664f0f234fSMichal Simekconfig CADENCE_TTC_TIMER
16757f49318SDaniel Lezcano	bool "Cadence TTC timer driver" if COMPILE_TEST
16857f49318SDaniel Lezcano	depends on COMMON_CLK
16957f49318SDaniel Lezcano	help
17006293463SRandy Dunlap	  Enables support for the Cadence TTC driver.
1714f0f234fSMichal Simek
172a8b1b9fcSDaniel Lezcanoconfig ASM9260_TIMER
173b9755841SDaniel Lezcano	bool "ASM9260 timer driver" if COMPILE_TEST
174a8b1b9fcSDaniel Lezcano	select CLKSRC_MMIO
175bb0eb050SDaniel Lezcano	select TIMER_OF
176b9755841SDaniel Lezcano	help
177b9755841SDaniel Lezcano	  Enables support for the ASM9260 timer.
178a8b1b9fcSDaniel Lezcano
179694e33a7SLinus Walleijconfig CLKSRC_NOMADIK_MTU
18070329653SDaniel Lezcano	bool "Nomakdik clocksource driver" if COMPILE_TEST
18170329653SDaniel Lezcano	depends on ARM
182694e33a7SLinus Walleij	select CLKSRC_MMIO
183694e33a7SLinus Walleij	help
184694e33a7SLinus Walleij	  Support for Multi Timer Unit. MTU provides access
185694e33a7SLinus Walleij	  to multiple interrupt generating programmable
186694e33a7SLinus Walleij	  32-bit free running decrementing counters.
187694e33a7SLinus Walleij
188489bcceaSMattias Wallinconfig CLKSRC_DBX500_PRCMU
1891becd6edSDaniel Lezcano	bool "Clocksource PRCMU Timer" if COMPILE_TEST
190d7023e62SRichard Weinberger	depends on HAS_IOMEM
191489bcceaSMattias Wallin	help
19206293463SRandy Dunlap	  Use the always on PRCMU Timer as clocksource.
193489bcceaSMattias Wallin
194ecf0efdcSDaniel Lezcanoconfig CLPS711X_TIMER
19506293463SRandy Dunlap	bool "Cirrus Logic timer driver" if COMPILE_TEST
196ecf0efdcSDaniel Lezcano	select CLKSRC_MMIO
197ecf0efdcSDaniel Lezcano	help
198ecf0efdcSDaniel Lezcano	  Enables support for the Cirrus Logic PS711 timer.
199ecf0efdcSDaniel Lezcano
200b56d5d21SDaniel Lezcanoconfig ATLAS7_TIMER
201b56d5d21SDaniel Lezcano	bool "Atlas7 timer driver" if COMPILE_TEST
202b56d5d21SDaniel Lezcano	select CLKSRC_MMIO
203b56d5d21SDaniel Lezcano	help
204b56d5d21SDaniel Lezcano	  Enables support for the Atlas7 timer.
205b56d5d21SDaniel Lezcano
206d81c50a0SDaniel Lezcanoconfig MXS_TIMER
20706293463SRandy Dunlap	bool "MXS timer driver" if COMPILE_TEST
208d81c50a0SDaniel Lezcano	select CLKSRC_MMIO
209d81c50a0SDaniel Lezcano	select STMP_DEVICE
210d81c50a0SDaniel Lezcano	help
21106293463SRandy Dunlap	  Enables support for the MXS timer.
212d81c50a0SDaniel Lezcano
213f3550d49SDaniel Lezcanoconfig PRIMA2_TIMER
214f3550d49SDaniel Lezcano	bool "Prima2 timer driver" if COMPILE_TEST
215f3550d49SDaniel Lezcano	select CLKSRC_MMIO
216f3550d49SDaniel Lezcano	help
217f3550d49SDaniel Lezcano	  Enables support for the Prima2 timer.
218f3550d49SDaniel Lezcano
21985f98db4SDaniel Lezcanoconfig U300_TIMER
22085f98db4SDaniel Lezcano	bool "U300 timer driver" if COMPILE_TEST
22185f98db4SDaniel Lezcano	depends on ARM
22285f98db4SDaniel Lezcano	select CLKSRC_MMIO
22385f98db4SDaniel Lezcano	help
22485f98db4SDaniel Lezcano	  Enables support for the U300 timer.
22585f98db4SDaniel Lezcano
226d683b9dcSDaniel Lezcanoconfig NSPIRE_TIMER
227d683b9dcSDaniel Lezcano	bool "NSpire timer driver" if COMPILE_TEST
228d683b9dcSDaniel Lezcano	select CLKSRC_MMIO
229d683b9dcSDaniel Lezcano	help
230d683b9dcSDaniel Lezcano	  Enables support for the Nspire timer.
231d683b9dcSDaniel Lezcano
232c12547a0SDaniel Lezcanoconfig KEYSTONE_TIMER
233c12547a0SDaniel Lezcano	bool "Keystone timer driver" if COMPILE_TEST
234c12547a0SDaniel Lezcano	depends on ARM || ARM64
235c12547a0SDaniel Lezcano	select CLKSRC_MMIO
236c12547a0SDaniel Lezcano	help
237c12547a0SDaniel Lezcano	  Enables support for the Keystone timer.
238c12547a0SDaniel Lezcano
239568c0342SDaniel Lezcanoconfig INTEGRATOR_AP_TIMER
24006293463SRandy Dunlap	bool "Integrator-AP timer driver" if COMPILE_TEST
241568c0342SDaniel Lezcano	select CLKSRC_MMIO
242568c0342SDaniel Lezcano	help
24306293463SRandy Dunlap	  Enables support for the Integrator-AP timer.
244568c0342SDaniel Lezcano
2459c9b7818SUwe Kleine-Königconfig CLKSRC_EFM32
2469c9b7818SUwe Kleine-König	bool "Clocksource for Energy Micro's EFM32 SoCs" if !ARCH_EFM32
2479c9b7818SUwe Kleine-König	depends on OF && ARM && (ARCH_EFM32 || COMPILE_TEST)
24809ca2757SAxel Lin	select CLKSRC_MMIO
2499c9b7818SUwe Kleine-König	default ARCH_EFM32
2509c9b7818SUwe Kleine-König	help
2519c9b7818SUwe Kleine-König	  Support to use the timers of EFM32 SoCs as clock source and clock
2529c9b7818SUwe Kleine-König	  event device.
2539c9b7818SUwe Kleine-König
254050dd322SJoachim Eastwoodconfig CLKSRC_LPC32XX
255ddcf48c7SDaniel Lezcano	bool "Clocksource for LPC32XX" if COMPILE_TEST
2562f8a26c1SArnd Bergmann	depends on HAS_IOMEM
2571b18fd20SEzequiel Garcia	depends on ARM
258050dd322SJoachim Eastwood	select CLKSRC_MMIO
259bb0eb050SDaniel Lezcano	select TIMER_OF
260ddcf48c7SDaniel Lezcano	help
261ddcf48c7SDaniel Lezcano	  Support for the LPC32XX clocksource.
262050dd322SJoachim Eastwood
26384583983SEzequiel Garciaconfig CLKSRC_PISTACHIO
264dfdb1652SDaniel Lezcano	bool "Clocksource for Pistachio SoC" if COMPILE_TEST
2652f8a26c1SArnd Bergmann	depends on HAS_IOMEM
266bb0eb050SDaniel Lezcano	select TIMER_OF
267dfdb1652SDaniel Lezcano	help
268dfdb1652SDaniel Lezcano	  Enables the clocksource for the Pistachio SoC.
26984583983SEzequiel Garcia
270fe851f56SFelipe Balbiconfig CLKSRC_TI_32K
271fe851f56SFelipe Balbi	bool "Texas Instruments 32.768 Hz Clocksource" if COMPILE_TEST
272dfedaf10SFelipe Balbi	depends on GENERIC_SCHED_CLOCK
273bb0eb050SDaniel Lezcano	select TIMER_OF if OF
274fe851f56SFelipe Balbi	help
275fe851f56SFelipe Balbi	  This option enables support for Texas Instruments 32.768 Hz clocksource
276fe851f56SFelipe Balbi	  available on many OMAP-like platforms.
277fe851f56SFelipe Balbi
278e37e4593SMaxime Coquelinconfig CLKSRC_STM32
2791cb6c215SPaul Gortmaker	bool "Clocksource for STM32 SoCs" if !ARCH_STM32
2801cb6c215SPaul Gortmaker	depends on OF && ARM && (ARCH_STM32 || COMPILE_TEST)
281e37e4593SMaxime Coquelin	select CLKSRC_MMIO
282d04af490SBenjamin Gaignard	select TIMER_OF
283e37e4593SMaxime Coquelin
28448b41c5eSBenjamin Gaignardconfig CLKSRC_STM32_LP
28548b41c5eSBenjamin Gaignard	bool "Low power clocksource for STM32 SoCs"
28648b41c5eSBenjamin Gaignard	depends on MFD_STM32_LPTIMER || COMPILE_TEST
28748b41c5eSBenjamin Gaignard
2880302637fSVladimir Murzinconfig CLKSRC_MPS2
2890302637fSVladimir Murzin	bool "Clocksource for MPS2 SoCs" if COMPILE_TEST
2900302637fSVladimir Murzin	depends on GENERIC_SCHED_CLOCK
2910302637fSVladimir Murzin	select CLKSRC_MMIO
292bb0eb050SDaniel Lezcano	select TIMER_OF
2930302637fSVladimir Murzin
294c4c9a040SVineet Guptaconfig ARC_TIMERS
295c4c9a040SVineet Gupta	bool "Support for 32-bit TIMERn counters in ARC Cores" if COMPILE_TEST
296bf287607SAlexey Brodkin	depends on GENERIC_SCHED_CLOCK
297bb0eb050SDaniel Lezcano	select TIMER_OF
298c4c9a040SVineet Gupta	help
299c4c9a040SVineet Gupta	  These are legacy 32-bit TIMER0 and TIMER1 counters found on all ARC cores
300c4c9a040SVineet Gupta	  (ARC700 as well as ARC HS38).
30106293463SRandy Dunlap	  TIMER0 serves as clockevent while TIMER1 provides clocksource.
302c4c9a040SVineet Gupta
303c4c9a040SVineet Guptaconfig ARC_TIMERS_64BIT
304c4c9a040SVineet Gupta	bool "Support for 64-bit counters in ARC HS38 cores" if COMPILE_TEST
305c4c9a040SVineet Gupta	depends on ARC_TIMERS
306bb0eb050SDaniel Lezcano	select TIMER_OF
307c4c9a040SVineet Gupta	help
30806293463SRandy Dunlap	  This enables 2 different 64-bit timers: RTC (for UP) and GFRC (for SMP).
309c4c9a040SVineet Gupta	  RTC is implemented inside the core, while GFRC sits outside the core in
310c4c9a040SVineet Gupta	  ARConnect IP block. Driver automatically picks one of them for clocksource
311c4c9a040SVineet Gupta	  as appropriate.
312c4c9a040SVineet Gupta
3138a4da6e3SMark Rutlandconfig ARM_ARCH_TIMER
3148a4da6e3SMark Rutland	bool
315bb0eb050SDaniel Lezcano	select TIMER_OF if OF
316fa1bffabSDaniel Lezcano	select TIMER_ACPI if ACPI
317a2c5d4edSJames Hogan
318037f6377SWill Deaconconfig ARM_ARCH_TIMER_EVTSTREAM
31946fd5c6bSWill Deacon	bool "Enable ARM architected timer event stream generation by default"
320037f6377SWill Deacon	default y if ARM_ARCH_TIMER
32177f7ce9aSStephen Boyd	depends on ARM_ARCH_TIMER
322037f6377SWill Deacon	help
32346fd5c6bSWill Deacon	  This option enables support by default for event stream generation
32446fd5c6bSWill Deacon	  based on the ARM architected timer. It is used for waking up CPUs
32546fd5c6bSWill Deacon	  executing the wfe instruction at a frequency represented as a
32646fd5c6bSWill Deacon	  power-of-2 divisor of the clock rate. The behaviour can also be
32746fd5c6bSWill Deacon	  overridden on the command line using the
32846fd5c6bSWill Deacon	  clocksource.arm_arch_timer.evtstream parameter.
329037f6377SWill Deacon	  The main use of the event stream is wfe-based timeouts of userspace
330037f6377SWill Deacon	  locking implementations. It might also be useful for imposing timeout
331037f6377SWill Deacon	  on wfe to safeguard against any programming errors in case an expected
332037f6377SWill Deacon	  event is not generated.
333037f6377SWill Deacon	  This must be disabled for hardware validation purposes to detect any
334037f6377SWill Deacon	  hardware anomalies of missing events.
335037f6377SWill Deacon
33616d10ef2SDing Tianhongconfig ARM_ARCH_TIMER_OOL_WORKAROUND
33716d10ef2SDing Tianhong	bool
33816d10ef2SDing Tianhong
339f6dc1576SScott Woodconfig FSL_ERRATUM_A008585
340f6dc1576SScott Wood	bool "Workaround for Freescale/NXP Erratum A-008585"
341f6dc1576SScott Wood	default y
342f6dc1576SScott Wood	depends on ARM_ARCH_TIMER && ARM64
34316d10ef2SDing Tianhong	select ARM_ARCH_TIMER_OOL_WORKAROUND
344f6dc1576SScott Wood	help
345f6dc1576SScott Wood	  This option enables a workaround for Freescale/NXP Erratum
346f6dc1576SScott Wood	  A-008585 ("ARM generic timer may contain an erroneous
347f6dc1576SScott Wood	  value").  The workaround will only be active if the
348f6dc1576SScott Wood	  fsl,erratum-a008585 property is found in the timer node.
349f6dc1576SScott Wood
350bb42ca47SDing Tianhongconfig HISILICON_ERRATUM_161010101
351bb42ca47SDing Tianhong	bool "Workaround for Hisilicon Erratum 161010101"
352bb42ca47SDing Tianhong	default y
353bb42ca47SDing Tianhong	select ARM_ARCH_TIMER_OOL_WORKAROUND
354bb42ca47SDing Tianhong	depends on ARM_ARCH_TIMER && ARM64
355bb42ca47SDing Tianhong	help
356bb42ca47SDing Tianhong	  This option enables a workaround for Hisilicon Erratum
357bb42ca47SDing Tianhong	  161010101. The workaround will be active if the hisilicon,erratum-161010101
358bb42ca47SDing Tianhong	  property is found in the timer node.
359bb42ca47SDing Tianhong
360fa8d815fSMarc Zyngierconfig ARM64_ERRATUM_858921
361fa8d815fSMarc Zyngier	bool "Workaround for Cortex-A73 erratum 858921"
362fa8d815fSMarc Zyngier	default y
363fa8d815fSMarc Zyngier	select ARM_ARCH_TIMER_OOL_WORKAROUND
364fa8d815fSMarc Zyngier	depends on ARM_ARCH_TIMER && ARM64
365fa8d815fSMarc Zyngier	help
366fa8d815fSMarc Zyngier	  This option enables a workaround applicable to Cortex-A73
367fa8d815fSMarc Zyngier	  (all versions), whose counter may return incorrect values.
368fa8d815fSMarc Zyngier	  The workaround will be dynamically enabled when an affected
369fa8d815fSMarc Zyngier	  core is detected.
370fa8d815fSMarc Zyngier
371c950ca8cSSamuel Hollandconfig SUN50I_ERRATUM_UNKNOWN1
372c950ca8cSSamuel Holland	bool "Workaround for Allwinner A64 erratum UNKNOWN1"
373c950ca8cSSamuel Holland	default y
374c950ca8cSSamuel Holland	depends on ARM_ARCH_TIMER && ARM64 && ARCH_SUNXI
375c950ca8cSSamuel Holland	select ARM_ARCH_TIMER_OOL_WORKAROUND
376c950ca8cSSamuel Holland	help
377c950ca8cSSamuel Holland	  This option enables a workaround for instability in the timer on
378c950ca8cSSamuel Holland	  the Allwinner A64 SoC. The workaround will only be active if the
379c950ca8cSSamuel Holland	  allwinner,erratum-unknown1 property is found in the timer node.
380c950ca8cSSamuel Holland
381c1b40e44SStuart Menefyconfig ARM_GLOBAL_TIMER
38267a87a43SDaniel Lezcano	bool "Support for the ARM global timer" if COMPILE_TEST
383bb0eb050SDaniel Lezcano	select TIMER_OF if OF
38467a87a43SDaniel Lezcano	depends on ARM
385c1b40e44SStuart Menefy	help
38606293463SRandy Dunlap	  This option enables support for the ARM global timer unit.
387c1b40e44SStuart Menefy
3880b7402dcSSudeep Hollaconfig ARM_TIMER_SP804
389dfc82faaSDavid Abdurachmanov	bool "Support for Dual Timer SP804 module" if COMPILE_TEST
390002af195SGuenter Roeck	depends on GENERIC_SCHED_CLOCK && CLKDEV_LOOKUP
3910b7402dcSSudeep Holla	select CLKSRC_MMIO
392bb0eb050SDaniel Lezcano	select TIMER_OF if OF
3930b7402dcSSudeep Holla
394c1b40e44SStuart Menefyconfig CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
395c1b40e44SStuart Menefy	bool
396c1b40e44SStuart Menefy	depends on ARM_GLOBAL_TIMER
397c1b40e44SStuart Menefy	default y
398c1b40e44SStuart Menefy	help
39906293463SRandy Dunlap	  Use ARM global timer clock source as sched_clock.
400c1b40e44SStuart Menefy
4014958ebb3SMaxime Coquelinconfig ARMV7M_SYSTICK
402e2146d86SDaniel Lezcano	bool "Support for the ARMv7M system time" if COMPILE_TEST
403bb0eb050SDaniel Lezcano	select TIMER_OF if OF
4044958ebb3SMaxime Coquelin	select CLKSRC_MMIO
4054958ebb3SMaxime Coquelin	help
40606293463SRandy Dunlap	  This option enables support for the ARMv7M system timer unit.
4074958ebb3SMaxime Coquelin
408b052ff30SMaxime Ripardconfig ATMEL_PIT
4092f982703SAlexandre Belloni	bool "Atmel PIT support" if COMPILE_TEST
4102f982703SAlexandre Belloni	depends on HAS_IOMEM
411bb0eb050SDaniel Lezcano	select TIMER_OF if OF
4122f982703SAlexandre Belloni	help
4132f982703SAlexandre Belloni	  Support for the Periodic Interval Timer found on Atmel SoCs.
414b052ff30SMaxime Ripard
415b53cdd03SAlexandre Belloniconfig ATMEL_ST
416b988d3f0SDaniel Lezcano	bool "Atmel ST timer support" if COMPILE_TEST
417bd2746f0SMasahiro Yamada	depends on HAS_IOMEM
418bb0eb050SDaniel Lezcano	select TIMER_OF
4197ab7ef74SAlexandre Belloni	select MFD_SYSCON
420b988d3f0SDaniel Lezcano	help
421b988d3f0SDaniel Lezcano	  Support for the Atmel ST timer.
422b53cdd03SAlexandre Belloni
4236275f494SAlexandre Belloniconfig ATMEL_TCB_CLKSRC
4246275f494SAlexandre Belloni	bool "Atmel TC Block timer driver" if COMPILE_TEST
4251ce861ceSAlexandre Belloni	depends on ARM && HAS_IOMEM
4266275f494SAlexandre Belloni	select TIMER_OF if OF
4276275f494SAlexandre Belloni	help
4286275f494SAlexandre Belloni	  Support for Timer Counter Blocks on Atmel SoCs.
4296275f494SAlexandre Belloni
4306938d75aSThomas Abrahamconfig CLKSRC_EXYNOS_MCT
43139366ef4SDaniel Lezcano	bool "Exynos multi core timer driver" if COMPILE_TEST
432f1a4c1f3SChanwoo Choi	depends on ARM || ARM64
4336938d75aSThomas Abraham	help
4346938d75aSThomas Abraham	  Support for Multi Core Timer controller on Exynos SoCs.
435241a9871SArnd Bergmann
436f1189989STomasz Figaconfig CLKSRC_SAMSUNG_PWM
437de37b0b5SAlexandre Belloni	bool "PWM timer driver for Samsung S3C, S5P" if COMPILE_TEST
438d7023e62SRichard Weinberger	depends on HAS_IOMEM
439f1189989STomasz Figa	help
440f1189989STomasz Figa	  This is a new clocksource driver for the PWM timer found in
441f1189989STomasz Figa	  Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver
442f1189989STomasz Figa	  for all devicetree enabled platforms. This driver will be
443f1189989STomasz Figa	  needed only on systems that do not have the Exynos MCT available.
444c1967249SJingchang Lu
4452529c3a3SXiubo Liconfig FSL_FTM_TIMER
446ef49336bSDaniel Lezcano	bool "Freescale FlexTimer Module driver" if COMPILE_TEST
447d7023e62SRichard Weinberger	depends on HAS_IOMEM
44803724ac3SDaniel Lezcano	select CLKSRC_MMIO
4492529c3a3SXiubo Li	help
4502529c3a3SXiubo Li	  Support for Freescale FlexTimer Module (FTM) timer.
4512529c3a3SXiubo Li
452c1967249SJingchang Luconfig VF_PIT_TIMER
453c1967249SJingchang Lu	bool
4542be6d9bfSArnd Bergmann	select CLKSRC_MMIO
455c1967249SJingchang Lu	help
45606293463SRandy Dunlap	  Support for Periodic Interrupt Timer on Freescale Vybrid Family SoCs.
457fd3f1270SMagnus Damm
45889355274SNeil Armstrongconfig OXNAS_RPS_TIMER
45989355274SNeil Armstrong	bool "Oxford Semiconductor OXNAS RPS Timers driver" if COMPILE_TEST
460bb0eb050SDaniel Lezcano	select TIMER_OF
46189355274SNeil Armstrong	select CLKSRC_MMIO
46289355274SNeil Armstrong	help
46389355274SNeil Armstrong	  This enables support for the Oxford Semiconductor OXNAS RPS timers.
46489355274SNeil Armstrong
465fd3f1270SMagnus Dammconfig SYS_SUPPORTS_SH_CMT
466fd3f1270SMagnus Damm	bool
467fd3f1270SMagnus Damm
468ecb3530dSMatthias Bruggerconfig MTK_TIMER
469fbca9eabSDaniel Lezcano	bool "Mediatek timer driver" if COMPILE_TEST
4702f8a26c1SArnd Bergmann	depends on HAS_IOMEM
471bb0eb050SDaniel Lezcano	select TIMER_OF
472ecb3530dSMatthias Brugger	select CLKSRC_MMIO
473fbca9eabSDaniel Lezcano	help
474fbca9eabSDaniel Lezcano	  Support for Mediatek timer driver.
475ecb3530dSMatthias Brugger
476067bc914SBaolin Wangconfig SPRD_TIMER
4778a1ece26SChunyan Zhang	bool "Spreadtrum timer driver" if EXPERT
478067bc914SBaolin Wang	depends on HAS_IOMEM
4798a1ece26SChunyan Zhang	depends on (ARCH_SPRD || COMPILE_TEST)
4808a1ece26SChunyan Zhang	default ARCH_SPRD
481067bc914SBaolin Wang	select TIMER_OF
482067bc914SBaolin Wang	help
483067bc914SBaolin Wang	  Enables support for the Spreadtrum timer driver.
484067bc914SBaolin Wang
485fd3f1270SMagnus Dammconfig SYS_SUPPORTS_SH_MTU2
486fd3f1270SMagnus Damm	bool
487fd3f1270SMagnus Damm
488fd3f1270SMagnus Dammconfig SYS_SUPPORTS_SH_TMU
489fd3f1270SMagnus Damm	bool
490fd3f1270SMagnus Damm
491fd3f1270SMagnus Dammconfig SYS_SUPPORTS_EM_STI
492fd3f1270SMagnus Damm	bool
493fd3f1270SMagnus Damm
4949995f4f1SRich Felkerconfig CLKSRC_JCORE_PIT
4959995f4f1SRich Felker	bool "J-Core PIT timer driver" if COMPILE_TEST
4969995f4f1SRich Felker	depends on OF
4979995f4f1SRich Felker	depends on HAS_IOMEM
4989995f4f1SRich Felker	select CLKSRC_MMIO
4999995f4f1SRich Felker	help
5009995f4f1SRich Felker	  This enables build of clocksource and clockevent driver for
5019995f4f1SRich Felker	  the integrated PIT in the J-Core synthesizable, open source SoC.
5029995f4f1SRich Felker
503fd3f1270SMagnus Dammconfig SH_TIMER_CMT
504fd3f1270SMagnus Damm	bool "Renesas CMT timer driver" if COMPILE_TEST
50511bc26feSRichard Weinberger	depends on HAS_IOMEM
506fd3f1270SMagnus Damm	default SYS_SUPPORTS_SH_CMT
507fd3f1270SMagnus Damm	help
508fd3f1270SMagnus Damm	  This enables build of a clocksource and clockevent driver for
509fd3f1270SMagnus Damm	  the Compare Match Timer (CMT) hardware available in 16/32/48-bit
510fd3f1270SMagnus Damm	  variants on a wide range of Mobile and Automotive SoCs from Renesas.
511fd3f1270SMagnus Damm
512fd3f1270SMagnus Dammconfig SH_TIMER_MTU2
513fd3f1270SMagnus Damm	bool "Renesas MTU2 timer driver" if COMPILE_TEST
51411bc26feSRichard Weinberger	depends on HAS_IOMEM
515fd3f1270SMagnus Damm	default SYS_SUPPORTS_SH_MTU2
516fd3f1270SMagnus Damm	help
517fd3f1270SMagnus Damm	  This enables build of a clockevent driver for the Multi-Function
5187e139187SKuninori Morimoto	  Timer Pulse Unit 2 (MTU2) hardware available on SoCs from Renesas.
51906293463SRandy Dunlap	  This hardware comes with 16-bit timer registers.
520fd3f1270SMagnus Damm
521fb6002a8SChris Brandtconfig RENESAS_OSTM
522fb6002a8SChris Brandt	bool "Renesas OSTM timer driver" if COMPILE_TEST
523fb6002a8SChris Brandt	select CLKSRC_MMIO
52422731423SGeert Uytterhoeven	select TIMER_OF
525fb6002a8SChris Brandt	help
526fb6002a8SChris Brandt	  Enables the support for the Renesas OSTM.
527fb6002a8SChris Brandt
528fd3f1270SMagnus Dammconfig SH_TIMER_TMU
529fd3f1270SMagnus Damm	bool "Renesas TMU timer driver" if COMPILE_TEST
53011bc26feSRichard Weinberger	depends on HAS_IOMEM
531fd3f1270SMagnus Damm	default SYS_SUPPORTS_SH_TMU
532fd3f1270SMagnus Damm	help
533fd3f1270SMagnus Damm	  This enables build of a clocksource and clockevent driver for
534fd3f1270SMagnus Damm	  the 32-bit Timer Unit (TMU) hardware available on a wide range
535fd3f1270SMagnus Damm	  SoCs from Renesas.
536fd3f1270SMagnus Damm
537fd3f1270SMagnus Dammconfig EM_TIMER_STI
538fd3f1270SMagnus Damm	bool "Renesas STI timer driver" if COMPILE_TEST
5392f8a26c1SArnd Bergmann	depends on HAS_IOMEM
540fd3f1270SMagnus Damm	default SYS_SUPPORTS_EM_STI
541fd3f1270SMagnus Damm	help
542fd3f1270SMagnus Damm	  This enables build of a clocksource and clockevent driver for
543fd3f1270SMagnus Damm	  the 48-bit System Timer (STI) hardware available on a SoCs
544fd3f1270SMagnus Damm	  such as EMEV2 from former NEC Electronics.
545dfc25e45SLinus Torvalds
5463f8e8ceeSKumar Galaconfig CLKSRC_QCOM
5473dc0e9f6SDaniel Lezcano	bool "Qualcomm MSM timer" if COMPILE_TEST
5483dc0e9f6SDaniel Lezcano	depends on ARM
549bb0eb050SDaniel Lezcano	select TIMER_OF
5503dc0e9f6SDaniel Lezcano	help
5513dc0e9f6SDaniel Lezcano	  This enables the clocksource and the per CPU clockevent driver for the
5523dc0e9f6SDaniel Lezcano	  Qualcomm SoCs.
553220e2a8dSPawel Moll
554220e2a8dSPawel Mollconfig CLKSRC_VERSATILE
5555cc87a4dSDaniel Lezcano	bool "ARM Versatile (Express) reference platforms clock source" if COMPILE_TEST
5565cc87a4dSDaniel Lezcano	depends on GENERIC_SCHED_CLOCK && !ARCH_USES_GETTIMEOFFSET
557bb0eb050SDaniel Lezcano	select TIMER_OF
558bfed0edeSRob Herring	default y if (ARCH_VEXPRESS || ARCH_VERSATILE) && ARM
559220e2a8dSPawel Moll	help
560220e2a8dSPawel Moll	  This option enables clock source based on free running
561220e2a8dSPawel Moll	  counter available in the "System Registers" block of
562bfed0edeSRob Herring	  ARM Versatile and Versatile Express reference platforms.
56358394271SJean Delvare
564fa5635a2SAndrew Brestickerconfig CLKSRC_MIPS_GIC
565fa5635a2SAndrew Bresticker	bool
566fa5635a2SAndrew Bresticker	depends on MIPS_GIC
5677d7de1a6SSerge Semin	select CLOCKSOURCE_WATCHDOG
568bb0eb050SDaniel Lezcano	select TIMER_OF
569fa5635a2SAndrew Bresticker
570ccd63ce4SMarc Gonzalezconfig CLKSRC_TANGO_XTAL
5715a7351f0SDaniel Lezcano	bool "Clocksource for Tango SoC" if COMPILE_TEST
5725a7351f0SDaniel Lezcano	depends on ARM
573bb0eb050SDaniel Lezcano	select TIMER_OF
5740881841fSDaniel Lezcano	select CLKSRC_MMIO
5755a7351f0SDaniel Lezcano	help
57606293463SRandy Dunlap	  This enables the clocksource for Tango SoC.
577ccd63ce4SMarc Gonzalez
578e074ff86SDmitry Eremin-Solenikovconfig CLKSRC_PXA
5795ae996cbSDaniel Lezcano	bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST
580d7023e62SRichard Weinberger	depends on HAS_IOMEM
5815ae996cbSDaniel Lezcano	select CLKSRC_MMIO
582e074ff86SDmitry Eremin-Solenikov	help
583e074ff86SDmitry Eremin-Solenikov	  This enables OST0 support available on PXA and SA-11x0
584e074ff86SDmitry Eremin-Solenikov	  platforms.
585618b902dSYoshinori Sato
58697a23bebSDaniel Lezcanoconfig H8300_TMR8
58746e7c3c6SDaniel Lezcano	bool "Clockevent timer for the H8300 platform" if COMPILE_TEST
5882f8a26c1SArnd Bergmann	depends on HAS_IOMEM
58946e7c3c6SDaniel Lezcano	help
59046e7c3c6SDaniel Lezcano	  This enables the 8 bits timer for the H8300 platform.
59197a23bebSDaniel Lezcano
592618b902dSYoshinori Satoconfig H8300_TMR16
59346e7c3c6SDaniel Lezcano	bool "Clockevent timer for the H83069 platform" if COMPILE_TEST
5942f8a26c1SArnd Bergmann	depends on HAS_IOMEM
59546e7c3c6SDaniel Lezcano	help
59646e7c3c6SDaniel Lezcano	  This enables the 16 bits timer for the H8300 platform with the
59706293463SRandy Dunlap	  H83069 CPU.
598618b902dSYoshinori Sato
599618b902dSYoshinori Satoconfig H8300_TPU
60046e7c3c6SDaniel Lezcano	bool "Clocksource for the H8300 platform" if COMPILE_TEST
6012f8a26c1SArnd Bergmann	depends on HAS_IOMEM
60246e7c3c6SDaniel Lezcano	help
60346e7c3c6SDaniel Lezcano	  This enables the clocksource for the H8300 platform with the
60406293463SRandy Dunlap	  H8S2678 CPU.
605618b902dSYoshinori Sato
606bea5af41SShawn Guoconfig CLKSRC_IMX_GPT
607bea5af41SShawn Guo	bool "Clocksource using i.MX GPT" if COMPILE_TEST
608df181e38SAnson Huang	depends on (ARM || ARM64) && CLKDEV_LOOKUP
609bea5af41SShawn Guo	select CLKSRC_MMIO
610bea5af41SShawn Guo
611059ab7b8SDong Aishengconfig CLKSRC_IMX_TPM
612059ab7b8SDong Aisheng	bool "Clocksource using i.MX TPM" if COMPILE_TEST
613a6d0812aSAnson Huang	depends on (ARM || ARM64) && CLKDEV_LOOKUP
614059ab7b8SDong Aisheng	select CLKSRC_MMIO
615a6d0812aSAnson Huang	select TIMER_OF
616059ab7b8SDong Aisheng	help
617059ab7b8SDong Aisheng	  Enable this option to use IMX Timer/PWM Module (TPM) timer as
618059ab7b8SDong Aisheng	  clocksource.
619059ab7b8SDong Aisheng
6207117a44bSBai Pingconfig TIMER_IMX_SYS_CTR
6217117a44bSBai Ping	bool "i.MX system counter timer" if COMPILE_TEST
6227117a44bSBai Ping	select TIMER_OF
6237117a44bSBai Ping	help
6247117a44bSBai Ping	  Enable this option to use i.MX system counter timer as a
6257117a44bSBai Ping	  clockevent.
6267117a44bSBai Ping
62770bef01cSLee Jonesconfig CLKSRC_ST_LPC
628baacaf83SDaniel Lezcano	bool "Low power clocksource found in the LPC" if COMPILE_TEST
629bb0eb050SDaniel Lezcano	select TIMER_OF if OF
630863ee050SRichard Weinberger	depends on HAS_IOMEM
6312be6d9bfSArnd Bergmann	select CLKSRC_MMIO
63270bef01cSLee Jones	help
63370bef01cSLee Jones	  Enable this option to use the Low Power controller timer
63470bef01cSLee Jones	  as clocksource.
63570bef01cSLee Jones
63635dbb74aSRick Chenconfig ATCPIT100_TIMER
63735dbb74aSRick Chen	bool "ATCPIT100 timer driver"
63835dbb74aSRick Chen	depends on NDS32 || COMPILE_TEST
63935dbb74aSRick Chen	depends on HAS_IOMEM
64035dbb74aSRick Chen	select TIMER_OF
64135dbb74aSRick Chen	default NDS32
64235dbb74aSRick Chen	help
64335dbb74aSRick Chen	  This option enables support for the Andestech ATCPIT100 timers.
64435dbb74aSRick Chen
64562b01943SPalmer Dabbeltconfig RISCV_TIMER
6462bc3fc87SAnup Patel	bool "Timer for the RISC-V platform" if COMPILE_TEST
647*ab310544SKefeng Wang	depends on GENERIC_SCHED_CLOCK && RISCV && RISCV_SBI
64862b01943SPalmer Dabbelt	select TIMER_PROBE
64962b01943SPalmer Dabbelt	select TIMER_OF
65062b01943SPalmer Dabbelt	help
65162b01943SPalmer Dabbelt	  This enables the per-hart timer built into all RISC-V systems, which
65262b01943SPalmer Dabbelt	  is accessed via both the SBI and the rdcycle instruction.  This is
65362b01943SPalmer Dabbelt	  required for all RISC-V systems.
65462b01943SPalmer Dabbelt
6552ac6795fSAnup Patelconfig CLINT_TIMER
6562ac6795fSAnup Patel	bool "CLINT Timer for the RISC-V platform" if COMPILE_TEST
6572ac6795fSAnup Patel	depends on GENERIC_SCHED_CLOCK && RISCV
6582ac6795fSAnup Patel	select TIMER_PROBE
6592ac6795fSAnup Patel	select TIMER_OF
6602ac6795fSAnup Patel	help
6612ac6795fSAnup Patel	  This option enables the CLINT timer for RISC-V systems.  The CLINT
6622ac6795fSAnup Patel	  driver is usually used for NoMMU RISC-V systems.
6632ac6795fSAnup Patel
664a7ad38b0SGuo Renconfig CSKY_MP_TIMER
665a7ad38b0SGuo Ren	bool "SMP Timer for the C-SKY platform" if COMPILE_TEST
666a7ad38b0SGuo Ren	depends on CSKY
667a7ad38b0SGuo Ren	select TIMER_OF
668a7ad38b0SGuo Ren	help
669a7ad38b0SGuo Ren	  Say yes here to enable C-SKY SMP timer driver used for C-SKY SMP
670a7ad38b0SGuo Ren	  system.
67106293463SRandy Dunlap	  csky,mptimer is not only used in SMP system, it also could be used in
67206293463SRandy Dunlap	  single core system. It's not a mmio reg and it uses mtcr/mfcr instruction.
673a7ad38b0SGuo Ren
67433745c3cSGuo Renconfig GX6605S_TIMER
67533745c3cSGuo Ren	bool "Gx6605s SOC system timer driver" if COMPILE_TEST
67633745c3cSGuo Ren	depends on CSKY
67733745c3cSGuo Ren	select CLKSRC_MMIO
67833745c3cSGuo Ren	select TIMER_OF
67933745c3cSGuo Ren	help
68033745c3cSGuo Ren	  This option enables support for gx6605s SOC's timer.
68133745c3cSGuo Ren
682b58f28f3SSugaya Taichiconfig MILBEAUT_TIMER
683b58f28f3SSugaya Taichi	bool "Milbeaut timer driver" if COMPILE_TEST
684b58f28f3SSugaya Taichi	depends on OF
685b58f28f3SSugaya Taichi	depends on ARM
686b58f28f3SSugaya Taichi	select TIMER_OF
687b58f28f3SSugaya Taichi	select CLKSRC_MMIO
688b58f28f3SSugaya Taichi	help
689b58f28f3SSugaya Taichi	  Enables the support for Milbeaut timer driver.
690b58f28f3SSugaya Taichi
69134e93683SPaul Cercueilconfig INGENIC_TIMER
69234e93683SPaul Cercueil	bool "Clocksource/timer using the TCU in Ingenic JZ SoCs"
69334e93683SPaul Cercueil	default MACH_INGENIC
69434e93683SPaul Cercueil	depends on MIPS || COMPILE_TEST
69534e93683SPaul Cercueil	depends on COMMON_CLK
69634e93683SPaul Cercueil	select MFD_SYSCON
69734e93683SPaul Cercueil	select TIMER_OF
69834e93683SPaul Cercueil	select IRQ_DOMAIN
69934e93683SPaul Cercueil	help
70034e93683SPaul Cercueil	  Support for the timer/counter unit of the Ingenic JZ SoCs.
70134e93683SPaul Cercueil
7025ecafc12S周琰杰 (Zhou Yanjie)config INGENIC_SYSOST
7035ecafc12S周琰杰 (Zhou Yanjie)	bool "Clocksource/timer using the SYSOST in Ingenic X SoCs"
7045ecafc12S周琰杰 (Zhou Yanjie)	depends on MIPS || COMPILE_TEST
7055ecafc12S周琰杰 (Zhou Yanjie)	depends on COMMON_CLK
7065ecafc12S周琰杰 (Zhou Yanjie)	select MFD_SYSCON
7075ecafc12S周琰杰 (Zhou Yanjie)	select TIMER_OF
7085ecafc12S周琰杰 (Zhou Yanjie)	select IRQ_DOMAIN
7095ecafc12S周琰杰 (Zhou Yanjie)	help
7105ecafc12S周琰杰 (Zhou Yanjie)	  Support for the SYSOST of the Ingenic X Series SoCs.
7115ecafc12S周琰杰 (Zhou Yanjie)
712ca7b72b5SMaarten ter Huurneconfig INGENIC_OST
7135ecafc12S周琰杰 (Zhou Yanjie)	bool "Clocksource using the OST in Ingenic JZ SoCs"
714ca7b72b5SMaarten ter Huurne	depends on MIPS || COMPILE_TEST
715ca7b72b5SMaarten ter Huurne	depends on COMMON_CLK
716ca7b72b5SMaarten ter Huurne	select MFD_SYSCON
717ca7b72b5SMaarten ter Huurne	help
718ca7b72b5SMaarten ter Huurne	  Support for the Operating System Timer of the Ingenic JZ SoCs.
719ca7b72b5SMaarten ter Huurne
720625022a5SClaudiu Bezneaconfig MICROCHIP_PIT64B
721625022a5SClaudiu Beznea	bool "Microchip PIT64B support"
722625022a5SClaudiu Beznea	depends on OF || COMPILE_TEST
723625022a5SClaudiu Beznea	select CLKSRC_MMIO
72425259f7aSMichael Ellerman	select TIMER_OF
725625022a5SClaudiu Beznea	help
726625022a5SClaudiu Beznea	  This option enables Microchip PIT64B timer for Atmel
727625022a5SClaudiu Beznea	  based system. It supports the oneshot, the periodic
728625022a5SClaudiu Beznea	  modes and high resolution. It is used as a clocksource
729625022a5SClaudiu Beznea	  and a clockevent.
730625022a5SClaudiu Beznea
73158394271SJean Delvareendmenu
732