diff options
author | David Howells <dhowells@redhat.com> | 2009-07-02 03:46:21 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-07-02 06:38:31 +0400 |
commit | 42ca4fb69126dd9d0e25112edca1cacf846aa5c3 (patch) | |
tree | a06d9c3eb1b7ebd62dd04328bc4371b4016224a3 /arch/frv/Kconfig | |
parent | 00460f41fffc0435dbb6ab4b058a190163d57ce6 (diff) | |
download | linux-42ca4fb69126dd9d0e25112edca1cacf846aa5c3.tar.xz |
FRV: Add basic performance counter support
Add basic performance counter support to the FRV arch.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index 8a5bd7a9c6f5..b86e19c9b5b0 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig @@ -7,6 +7,7 @@ config FRV default y select HAVE_IDE select HAVE_ARCH_TRACEHOOK + select HAVE_PERF_COUNTERS config ZONE_DMA bool |