linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tglx@linutronix.de (Thomas Gleixner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: Footbridge: select CLKEVT_I8253 for ARCH_NETWINDER
Date: Wed, 17 Aug 2011 09:36:04 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LFD.2.02.1108170935450.2807@ionos> (raw)
In-Reply-To: <1313562543.2024.1.camel@phoenix>

On Wed, 17 Aug 2011, Axel Lin wrote:

> Since commit 8560a6cfc9818edde1fd8677961714b264ffa03d
> "arm: Footbridge: Use common i8253 clockevent",
> ARCH_NETWINDER nees to select CLKEVT_I8253.
> 
> This patch fixes below build error with "make netwinder_defconfig".
> 
>   LD      .tmp_vmlinux1
> arch/arm/mach-footbridge/built-in.o: In function `isa_timer_init':
> isa-rtc.c:(.init.text+0x12c8): undefined reference to `clockevent_i8253_init'
> isa-rtc.c:(.init.text+0x12d0): undefined reference to `i8253_clockevent'
> arch/arm/mach-footbridge/built-in.o:(.data+0x198): undefined reference to `i8253_clockevent'
> make: *** [.tmp_vmlinux1] Error 1
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>

Acked-by: Thomas Gleixner <tglx@linutronix.de>


> ---
>  arch/arm/mach-footbridge/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-footbridge/Kconfig b/arch/arm/mach-footbridge/Kconfig
> index dc26fff..c8e7afc 100644
> --- a/arch/arm/mach-footbridge/Kconfig
> +++ b/arch/arm/mach-footbridge/Kconfig
> @@ -62,6 +62,7 @@ config ARCH_EBSA285_HOST
>  config ARCH_NETWINDER
>  	bool "NetWinder"
>  	select CLKSRC_I8253
> +	select CLKEVT_I8253
>  	select FOOTBRIDGE_HOST
>  	select ISA
>  	select ISA_DMA
> -- 
> 1.7.4.1
> 
> 
> 
> 

      reply	other threads:[~2011-08-17  7:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-17  6:29 [PATCH] ARM: Footbridge: select CLKEVT_I8253 for ARCH_NETWINDER Axel Lin
2011-08-17  7:36 ` Thomas Gleixner [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=alpine.LFD.2.02.1108170935450.2807@ionos \
    --to=tglx@linutronix.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).