linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: sunxi: Select HAVE_ARM_ARCH_TIMER
@ 2014-03-27 15:27 Maxime Ripard
  2014-03-27 21:42 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2014-03-27 15:27 UTC (permalink / raw)
  To: linux-arm-kernel

In order for the architected timers support to be enabled in the kernel, this
option has to be enabled. Otherwise, the architected timers driver won't be
compiled in, and we will not get to use them.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---

Hi Arnd, Kevin, Olof,

It would be great if you could apply this patch directly on top of the current
arm-soc for-next.

Thanks!

 arch/arm/mach-sunxi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index b9d6cad8669b..931adeaf35d2 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -9,6 +9,7 @@ config ARCH_SUNXI
 	select COMMON_CLK
 	select GENERIC_CLOCKEVENTS
 	select GENERIC_IRQ_CHIP
+	select HAVE_ARM_ARCH_TIMER
 	select HAVE_SMP
 	select PINCTRL
 	select PINCTRL_SUNXI
-- 
1.9.0

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

end of thread, other threads:[~2014-03-27 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 15:27 [PATCH] ARM: sunxi: Select HAVE_ARM_ARCH_TIMER Maxime Ripard
2014-03-27 21:42 ` Kevin Hilman

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