From: Maxime Ripard Date: Thu, 27 Mar 2014 15:27:41 +0000 (+0100) Subject: ARM: sunxi: Select HAVE_ARM_ARCH_TIMER X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9233087dc468f75bdeb7830c694c09dc74be88c4;p=linux-beck.git ARM: sunxi: Select HAVE_ARM_ARCH_TIMER 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 Signed-off-by: Kevin Hilman --- diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 9de27cfa688f..b57d7d53b9d3 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -6,6 +6,7 @@ config ARCH_SUNXI select ARM_PSCI select CLKSRC_MMIO select GENERIC_IRQ_CHIP + select HAVE_ARM_ARCH_TIMER select PINCTRL select PINCTRL_SUNXI select RESET_CONTROLLER