Kconfig (b70366e5d31788650b2a5cec5cd13ea80ac7e44a) Kconfig (3071f13d75f627ed8648535815a0506d50cbc6ed)
1#
2# Performance Monitor Drivers
3#
4
5menu "Performance monitor support"
6
7config ARM_PMU
8 depends on PERF_EVENTS && (ARM || ARM64)

--- 7 unchanged lines hidden (view full) ---

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
1#
2# Performance Monitor Drivers
3#
4
5menu "Performance monitor support"
6
7config ARM_PMU
8 depends on PERF_EVENTS && (ARM || ARM64)

--- 7 unchanged lines hidden (view full) ---

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
24config QCOM_L3_PMU
25 bool "Qualcomm Technologies L3-cache PMU"
26 depends on ARCH_QCOM && ARM64 && PERF_EVENTS && ACPI
27 select QCOM_IRQ_COMBINER
28 help
29 Provides support for the L3 cache performance monitor unit (PMU)
30 in Qualcomm Technologies processors.
31 Adds the L3 cache PMU into the perf events subsystem for
32 monitoring L3 cache events.
33
24config 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
31endmenu
34config XGENE_PMU
35 depends on PERF_EVENTS && ARCH_XGENE
36 bool "APM X-Gene SoC PMU"
37 default n
38 help
39 Say y if you want to use APM X-Gene SoC performance monitors.
40
41endmenu