All of lore.kernel.org
 help / color / mirror / Atom feed
From: marc.zyngier@arm.com (Marc Zyngier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: kconfig: select GENERIC_CLOCKEVENTS if HAVE_ARM_ARCH_TIMER
Date: Thu, 07 Nov 2013 19:08:56 +0000	[thread overview]
Message-ID: <527BE548.7060006@arm.com> (raw)
In-Reply-To: <1383850931-15512-1-git-send-email-will.deacon@arm.com>

On 07/11/13 19:02, Will Deacon wrote:
> The ARM architected timer driver doesn't compile without
> GENERIC_CLOCKEVENTS selected, so ensure that we select it when building
> for a platform that has the timer.
> 
> Without this patch, mach-virt fails to build without something like
> mach-vexpress also selected.
> 
> Signed-off-by: Will Deacon <will.deacon@arm.com>

Good catch.

Acked-by: Marc Zyngier <marc.zyngier@arm.com>

> ---
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 22700fda2047..bce493e8cb8f 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1533,6 +1533,7 @@ config HAVE_ARM_ARCH_TIMER
>  	bool "Architected timer support"
>  	depends on CPU_V7
>  	select ARM_ARCH_TIMER
> +	select GENERIC_CLOCKEVENTS
>  	help
>  	  This option enables support for the ARM architected timer
>  
> 


-- 
Jazz is not dead. It just smells funny...

      reply	other threads:[~2013-11-07 19:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-07 19:02 [PATCH] ARM: kconfig: select GENERIC_CLOCKEVENTS if HAVE_ARM_ARCH_TIMER Will Deacon
2013-11-07 19:08 ` Marc Zyngier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=527BE548.7060006@arm.com \
    --to=marc.zyngier@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.