linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Footbridge: select CLKEVT_I8253 for ARCH_NETWINDER
@ 2011-08-17  6:29 Axel Lin
  2011-08-17  7:36 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2011-08-17  6:29 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: Footbridge: select CLKEVT_I8253 for ARCH_NETWINDER
  2011-08-17  6:29 [PATCH] ARM: Footbridge: select CLKEVT_I8253 for ARCH_NETWINDER Axel Lin
@ 2011-08-17  7:36 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2011-08-17  7:36 UTC (permalink / raw)
  To: linux-arm-kernel

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
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-17  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17  6:29 [PATCH] ARM: Footbridge: select CLKEVT_I8253 for ARCH_NETWINDER Axel Lin
2011-08-17  7:36 ` Thomas Gleixner

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).