diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-17 03:34:45 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-17 03:34:45 -0400 |
commit | 9c93e596979021b159736a1273987c3e52d809e0 (patch) | |
tree | a20c2f65f339c70b51d633ee04f93c02a690dcdc /arch/sh/Kconfig | |
parent | f01789c68882d846946cf9b972cf090b283d1f73 (diff) |
sh: Generic HAVE_PERF_COUNTER support.
This enables support for the generic software-based perf counters.
Hardware counter support could be added in the future, but the lack
of a performance counter IRQ makes this rather dubious.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index a6f9eaa6e0bb..e487e6d5a4d0 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -15,6 +15,7 @@ config SUPERH | |||
15 | select HAVE_IOREMAP_PROT if MMU | 15 | select HAVE_IOREMAP_PROT if MMU |
16 | select HAVE_ARCH_TRACEHOOK | 16 | select HAVE_ARCH_TRACEHOOK |
17 | select HAVE_DMA_API_DEBUG | 17 | select HAVE_DMA_API_DEBUG |
18 | select HAVE_PERF_COUNTER | ||
18 | select RTC_LIB | 19 | select RTC_LIB |
19 | select GENERIC_ATOMIC64 | 20 | select GENERIC_ATOMIC64 |
20 | help | 21 | help |