]>
Commit | Line | Data |
---|---|---|
fa8ad788 MR |
1 | # |
2 | # Performance Monitor Drivers | |
3 | # | |
4 | ||
5 | menu "Performance monitor support" | |
bddb9b68 | 6 | depends on PERF_EVENTS |
fa8ad788 MR |
7 | |
8 | config ARM_PMU | |
bddb9b68 | 9 | depends on ARM || ARM64 |
fa8ad788 MR |
10 | bool "ARM PMU framework" |
11 | default y | |
12 | help | |
13 | Say y if you want to use CPU performance monitors on ARM-based | |
14 | systems. | |
15 | ||
45736a72 MR |
16 | config ARM_PMU_ACPI |
17 | depends on ARM_PMU && ACPI | |
18 | def_bool y | |
19 | ||
21bdbb71 NL |
20 | config QCOM_L2_PMU |
21 | bool "Qualcomm Technologies L2-cache PMU" | |
bddb9b68 | 22 | depends on ARCH_QCOM && ARM64 && ACPI |
21bdbb71 NL |
23 | help |
24 | Provides support for the L2 cache performance monitor unit (PMU) | |
25 | in Qualcomm Technologies processors. | |
26 | Adds the L2 cache PMU into the perf events subsystem for | |
27 | monitoring L2 cache events. | |
28 | ||
3071f13d AVF |
29 | config QCOM_L3_PMU |
30 | bool "Qualcomm Technologies L3-cache PMU" | |
bddb9b68 | 31 | depends on ARCH_QCOM && ARM64 && ACPI |
3071f13d AVF |
32 | select QCOM_IRQ_COMBINER |
33 | help | |
34 | Provides support for the L3 cache performance monitor unit (PMU) | |
35 | in Qualcomm Technologies processors. | |
36 | Adds the L3 cache PMU into the perf events subsystem for | |
37 | monitoring L3 cache events. | |
38 | ||
832c927d | 39 | config XGENE_PMU |
bddb9b68 | 40 | depends on ARCH_XGENE |
832c927d TN |
41 | bool "APM X-Gene SoC PMU" |
42 | default n | |
43 | help | |
44 | Say y if you want to use APM X-Gene SoC performance monitors. | |
45 | ||
fa8ad788 | 46 | endmenu |