aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-10-27 04:08:55 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-10-27 04:08:55 -0400
commit72f0c137a5c82df628dc646a82b9d8e3277b1234 (patch)
treecedbe3d5c128cafce43907fceb078c2cba6e3ed6 /arch/sh/Kconfig
parent94c285108e4551157ecc1b8156921712138fa860 (diff)
sh: enable PERF_USE_VMALLOC across the board.
The vast majority of SH platforms want this, and the few that don't aren't going to care one way or the other. Enable it across the board. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 1481df2cb2e3..a6a70233033d 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -18,6 +18,7 @@ config SUPERH
18 select HAVE_DMA_API_DEBUG 18 select HAVE_DMA_API_DEBUG
19 select HAVE_DMA_ATTRS 19 select HAVE_DMA_ATTRS
20 select HAVE_PERF_EVENTS 20 select HAVE_PERF_EVENTS
21 select PERF_USE_VMALLOC
21 select HAVE_KERNEL_GZIP 22 select HAVE_KERNEL_GZIP
22 select HAVE_KERNEL_BZIP2 23 select HAVE_KERNEL_BZIP2
23 select HAVE_KERNEL_LZMA 24 select HAVE_KERNEL_LZMA