diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2009-06-23 21:38:49 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-07-03 03:34:12 +0000 |
commit | 2d4618dce6a318ff4ec78dfe492cc3793015d540 (patch) | |
tree | b262252b97743a6ff4e1011d7069cc9097d3dba3 /arch/parisc/Kconfig | |
parent | abf1e11a0dcf5514139cb76ed8eb050107653abd (diff) | |
download | linux-3.10-2d4618dce6a318ff4ec78dfe492cc3793015d540.tar.gz linux-3.10-2d4618dce6a318ff4ec78dfe492cc3793015d540.tar.bz2 linux-3.10-2d4618dce6a318ff4ec78dfe492cc3793015d540.zip |
parisc: perf: wire up sys_perf_counter_open
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 9038f39d9d7..c38bbc7af79 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -16,6 +16,7 @@ config PARISC select RTC_DRV_GENERIC select INIT_ALL_POSSIBLE select BUG + select HAVE_PERF_COUNTERS help The PA-RISC microprocessor is designed by Hewlett-Packard and used in many of their workstations & servers (HP9000 700 and 800 series, |