aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-06-24 01:41:05 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-06-24 01:41:05 +0900
commitbb38c222e07cbe252cfbd99cd6a9c834b0a2639a (patch)
tree1d3f56a7dfda66e550f149fd1b94f3bde69c2c19 /arch/sh
parentsh: Fix up more dma-mapping fallout. (diff)
downloadlinux-dev-bb38c222e07cbe252cfbd99cd6a9c834b0a2639a.tar.xz
linux-dev-bb38c222e07cbe252cfbd99cd6a9c834b0a2639a.zip
sh: Fix up HAVE_PERF_COUNTERS typo.
That's HAVE_PERF_COUNTERS not HAVE_PERF_COUNTER. This was right initially but I seem to have screwed it up while re-typing it out by hand on another machine when I checked it in. Hmph. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index eff0f2352c93..e2bdd7b94fd9 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -15,7 +15,7 @@ config SUPERH
select HAVE_IOREMAP_PROT if MMU
select HAVE_ARCH_TRACEHOOK
select HAVE_DMA_API_DEBUG
- select HAVE_PERF_COUNTER
+ select HAVE_PERF_COUNTERS
select RTC_LIB
select GENERIC_ATOMIC64
help