diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 74d1e767f0b7..9fb91ce106bc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1174,6 +1174,14 @@ config HIGHPTE | |||
1174 | depends on HIGHMEM | 1174 | depends on HIGHMEM |
1175 | depends on !OUTER_CACHE | 1175 | depends on !OUTER_CACHE |
1176 | 1176 | ||
1177 | config HW_PERF_EVENTS | ||
1178 | bool "Enable hardware performance counter support for perf events" | ||
1179 | depends on PERF_EVENTS && CPU_HAS_PMU && CPU_V6 | ||
1180 | default y | ||
1181 | help | ||
1182 | Enable hardware performance counter support for perf events. If | ||
1183 | disabled, perf events will use software events only. | ||
1184 | |||
1177 | source "mm/Kconfig" | 1185 | source "mm/Kconfig" |
1178 | 1186 | ||
1179 | config LEDS | 1187 | config LEDS |