| # Performance Monitor Drivers |
| menu "Performance monitor support" |
| Say y if you want to use CPU performance monitors on ARM-based |
| depends on ARM_PMU && ACPI |
| bool "Qualcomm Technologies L2-cache PMU" |
| depends on ARCH_QCOM && ARM64 && ACPI |
| Provides support for the L2 cache performance monitor unit (PMU) |
| in Qualcomm Technologies processors. |
| Adds the L2 cache PMU into the perf events subsystem for |
| monitoring L2 cache events. |
| bool "Qualcomm Technologies L3-cache PMU" |
| depends on ARCH_QCOM && ARM64 && ACPI |
| Provides support for the L3 cache performance monitor unit (PMU) |
| in Qualcomm Technologies processors. |
| Adds the L3 cache PMU into the perf events subsystem for |
| monitoring L3 cache events. |
| bool "APM X-Gene SoC PMU" |
| Say y if you want to use APM X-Gene SoC performance monitors. |