diff options
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 | ||