diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-12-19 09:17:46 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-06 11:46:45 -0500 |
commit | 10c03f69680e9e2acd8a9409a230aef37295ac49 (patch) | |
tree | 7ac927b0e93b20584f25de300ec2a4b2803c8529 /arch/arm/oprofile/Kconfig | |
parent | 2d9e1ae06d8f0bb187ea083fabab2dfb6f589270 (diff) |
[ARM] oprofile: add ARM11 SMP support
Add the glue for ARM11 SMP oprofile support, which also supports the
performance monitor in the coherency unit.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/oprofile/Kconfig')
-rw-r--r-- | arch/arm/oprofile/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/oprofile/Kconfig b/arch/arm/oprofile/Kconfig index 40cc1894b517..afd93ad02feb 100644 --- a/arch/arm/oprofile/Kconfig +++ b/arch/arm/oprofile/Kconfig | |||
@@ -27,6 +27,12 @@ config OPROFILE_ARMV6 | |||
27 | default y | 27 | default y |
28 | select OPROFILE_ARM11_CORE | 28 | select OPROFILE_ARM11_CORE |
29 | 29 | ||
30 | config OPROFILE_MPCORE | ||
31 | bool | ||
32 | depends on CPU_V6 && SMP | ||
33 | default y | ||
34 | select OPROFILE_ARM11_CORE | ||
35 | |||
30 | config OPROFILE_ARM11_CORE | 36 | config OPROFILE_ARM11_CORE |
31 | bool | 37 | bool |
32 | 38 | ||