[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1281493534.2955.46.camel@localhost.localdomain>
Date: Tue, 10 Aug 2010 19:25:34 -0700
From: john stultz <johnstul@...ibm.com>
To: Russell King <rmk+kernel@....linux.org.uk>
Cc: lkml <linux-kernel@...r.kernel.org>
Subject: [PATCH] arm: fix small Kconfig typo
Hey Russell,
The following minor fix is needed to get current -git to build.
Signed-off-by: John Stultz <johnstul@...ibm.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 232f0c7..656e8ff 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1185,7 +1185,7 @@ config LOCAL_TIMERS
ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_TEGRA)
default y
select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_VEXPRESS || ARCH_OMAP4 || \\
- ARCH_U8500 || ARCH_TEGRA
+ ARCH_U8500 || ARCH_TEGRA)
help
Enable support for local timers on SMP platforms, rather then the
legacy IPI broadcast method. Local timers allows the system
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists