aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9fb91ce106bc..1d10b9064567 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1176,7 +1176,7 @@ config HIGHPTE
1176 1176
1177config HW_PERF_EVENTS 1177config HW_PERF_EVENTS
1178 bool "Enable hardware performance counter support for perf events" 1178 bool "Enable hardware performance counter support for perf events"
1179 depends on PERF_EVENTS && CPU_HAS_PMU && CPU_V6 1179 depends on PERF_EVENTS && CPU_HAS_PMU && (CPU_V6 || CPU_V7)
1180 default y 1180 default y
1181 help 1181 help
1182 Enable hardware performance counter support for perf events. If 1182 Enable hardware performance counter support for perf events. If