diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-09-04 05:56:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-04 05:56:22 -0400 |
commit | 825c9fb47a0837db12fecf8d360e0e1d284ddb49 (patch) | |
tree | 555effec5a598bb8de43fc49b801b8ef403f5ffd /arch/sparc/Kconfig | |
parent | a29889a5369d2604c2053bcd051519a2445d8a70 (diff) |
sparc: add basic support for 'perf'
This wires up the perf_counter_open() syscall so that basic
software support for perf is working.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index b847f880eeca..2aa7cd39b481 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -25,6 +25,7 @@ config SPARC | |||
25 | select ARCH_WANT_OPTIONAL_GPIOLIB | 25 | select ARCH_WANT_OPTIONAL_GPIOLIB |
26 | select RTC_CLASS | 26 | select RTC_CLASS |
27 | select RTC_DRV_M48T59 | 27 | select RTC_DRV_M48T59 |
28 | select HAVE_PERF_COUNTERS | ||
28 | 29 | ||
29 | config SPARC32 | 30 | config SPARC32 |
30 | def_bool !64BIT | 31 | def_bool !64BIT |
@@ -44,6 +45,7 @@ config SPARC64 | |||
44 | select RTC_DRV_BQ4802 | 45 | select RTC_DRV_BQ4802 |
45 | select RTC_DRV_SUN4V | 46 | select RTC_DRV_SUN4V |
46 | select RTC_DRV_STARFIRE | 47 | select RTC_DRV_STARFIRE |
48 | select HAVE_PERF_COUNTERS | ||
47 | 49 | ||
48 | config ARCH_DEFCONFIG | 50 | config ARCH_DEFCONFIG |
49 | string | 51 | string |