Kconfig (82ffd0454bd9bd57780966d47bfd56d579dd4fb3) Kconfig (c950ca8c35eeb32224a63adc47e12f9e226da241)
1menu "Clock Source drivers"
2 depends on GENERIC_CLOCKEVENTS
3
4config TIMER_OF
5 bool
6 select TIMER_PROBE
7
8config TIMER_ACPI

--- 346 unchanged lines hidden (view full) ---

355 select ARM_ARCH_TIMER_OOL_WORKAROUND
356 depends on ARM_ARCH_TIMER && ARM64
357 help
358 This option enables a workaround applicable to Cortex-A73
359 (all versions), whose counter may return incorrect values.
360 The workaround will be dynamically enabled when an affected
361 core is detected.
362
1menu "Clock Source drivers"
2 depends on GENERIC_CLOCKEVENTS
3
4config TIMER_OF
5 bool
6 select TIMER_PROBE
7
8config TIMER_ACPI

--- 346 unchanged lines hidden (view full) ---

355 select ARM_ARCH_TIMER_OOL_WORKAROUND
356 depends on ARM_ARCH_TIMER && ARM64
357 help
358 This option enables a workaround applicable to Cortex-A73
359 (all versions), whose counter may return incorrect values.
360 The workaround will be dynamically enabled when an affected
361 core is detected.
362
363config SUN50I_ERRATUM_UNKNOWN1
364 bool "Workaround for Allwinner A64 erratum UNKNOWN1"
365 default y
366 depends on ARM_ARCH_TIMER && ARM64 && ARCH_SUNXI
367 select ARM_ARCH_TIMER_OOL_WORKAROUND
368 help
369 This option enables a workaround for instability in the timer on
370 the Allwinner A64 SoC. The workaround will only be active if the
371 allwinner,erratum-unknown1 property is found in the timer node.
372
363config ARM_GLOBAL_TIMER
364 bool "Support for the ARM global timer" if COMPILE_TEST
365 select TIMER_OF if OF
366 depends on ARM
367 help
368 This options enables support for the ARM global timer unit
369
370config ARM_TIMER_SP804

--- 267 unchanged lines hidden ---
373config ARM_GLOBAL_TIMER
374 bool "Support for the ARM global timer" if COMPILE_TEST
375 select TIMER_OF if OF
376 depends on ARM
377 help
378 This options enables support for the ARM global timer unit
379
380config ARM_TIMER_SP804

--- 267 unchanged lines hidden ---