diff mbox

[2/2] arm: highbank: select HAVE_ARM_ARCH_TIMER

Message ID 1371462316-9201-3-git-send-email-mark.rutland@arm.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mark Rutland June 17, 2013, 9:45 a.m. UTC
The ECX-2000 has architected timers, but support for them is not
selected by default.

Make MACH_HIGHBANK select HAVE_ARM_ARCH_TIMER, to ensure arhcited timer
support is enabled by default.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Rob Herring <rob.herring@calxeda.com>
---
 arch/arm/mach-highbank/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Rob Herring June 17, 2013, 1:45 p.m. UTC | #1
On Mon, Jun 17, 2013 at 9:45 AM, Mark Rutland <mark.rutland@arm.com> wrote:
> The ECX-2000 has architected timers, but support for them is not
> selected by default.
>
> Make MACH_HIGHBANK select HAVE_ARM_ARCH_TIMER, to ensure arhcited timer
> support is enabled by default.
>
> Signed-off-by: Mark Rutland <mark.rutland@arm.com>
> Cc: Rob Herring <rob.herring@calxeda.com>

Acked-by: Rob Herring <rob.herring@calxeda.com>

> ---
>  arch/arm/mach-highbank/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig
> index cd9fcb1..2bb896f 100644
> --- a/arch/arm/mach-highbank/Kconfig
> +++ b/arch/arm/mach-highbank/Kconfig
> @@ -11,6 +11,7 @@ config ARCH_HIGHBANK
>         select COMMON_CLK
>         select CPU_V7
>         select GENERIC_CLOCKEVENTS
> +       select HAVE_ARM_ARCH_TIMER
>         select HAVE_ARM_SCU
>         select HAVE_ARM_TWD if LOCAL_TIMERS
>         select HAVE_SMP
> --
> 1.8.1.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff mbox

Patch

diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig
index cd9fcb1..2bb896f 100644
--- a/arch/arm/mach-highbank/Kconfig
+++ b/arch/arm/mach-highbank/Kconfig
@@ -11,6 +11,7 @@  config ARCH_HIGHBANK
 	select COMMON_CLK
 	select CPU_V7
 	select GENERIC_CLOCKEVENTS
+	select HAVE_ARM_ARCH_TIMER
 	select HAVE_ARM_SCU
 	select HAVE_ARM_TWD if LOCAL_TIMERS
 	select HAVE_SMP