[PATCH v3 2/6] ARM: local timers: Add A15 architected timer support

Stephen Boyd sboyd at codeaurora.org
Mon Apr 16 13:45:00 EDT 2012


On 04/16/12 09:13, Marc Zyngier wrote:
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index cf006d4..68c382d 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1543,6 +1543,13 @@ config HAVE_ARM_SCU
>  	help
>  	  This option enables support for the ARM system coherency unit
>  
> +config ARM_ARCH_TIMER
> +	bool "Architected timer support"
> +	depends on CPU_V7
> +	select TICK_ONESHOT

I believe TICK_ONESHOT is a "hidden" option that should not be selected
outside the generic clockevents layer. It seems Russell and Thomas have
talked about this too, see 3872c48 (tick: Document TICK_ONESHOT config
option, 2012-03-31).

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.




More information about the linux-arm-kernel mailing list