aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 0674b12841ee..90877154f298 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2101,7 +2101,7 @@ config NODES_SHIFT
2101 2101
2102config HW_PERF_EVENTS 2102config HW_PERF_EVENTS
2103 bool "Enable hardware performance counter support for perf events" 2103 bool "Enable hardware performance counter support for perf events"
2104 depends on PERF_EVENTS && !MIPS_MT_SMTC && OPROFILE=n && CPU_MIPS32 2104 depends on PERF_EVENTS && !MIPS_MT_SMTC && OPROFILE=n && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1)
2105 default y 2105 default y
2106 help 2106 help
2107 Enable hardware performance counter support for perf events. If 2107 Enable hardware performance counter support for perf events. If