blob: 93651907874f5ee0dc7776e50d3be693a6fa8baf [file] [log] [blame]
Mark Rutlandfa8ad782015-07-06 12:23:53 +01001#
2# Performance Monitor Drivers
3#
4
5menu "Performance monitor support"
6
7config ARM_PMU
Mark Rutland6475b2d2015-10-02 10:55:03 +01008 depends on PERF_EVENTS && (ARM || ARM64)
Mark Rutlandfa8ad782015-07-06 12:23:53 +01009 bool "ARM PMU framework"
10 default y
11 help
12 Say y if you want to use CPU performance monitors on ARM-based
13 systems.
14
Neil Leeder21bdbb72017-02-07 13:14:04 -050015config QCOM_L2_PMU
16 bool "Qualcomm Technologies L2-cache PMU"
17 depends on ARCH_QCOM && ARM64 && PERF_EVENTS && ACPI
18 help
19 Provides support for the L2 cache performance monitor unit (PMU)
20 in Qualcomm Technologies processors.
21 Adds the L2 cache PMU into the perf events subsystem for
22 monitoring L2 cache events.
23
Tai Nguyen832c9272016-07-15 10:38:04 -070024config XGENE_PMU
25 depends on PERF_EVENTS && ARCH_XGENE
26 bool "APM X-Gene SoC PMU"
27 default n
28 help
29 Say y if you want to use APM X-Gene SoC performance monitors.
30
Mark Rutlandfa8ad782015-07-06 12:23:53 +010031endmenu