xref: /openbmc/linux/drivers/perf/Kconfig (revision 21bdbb71)
1fa8ad788SMark Rutland#
2fa8ad788SMark Rutland# Performance Monitor Drivers
3fa8ad788SMark Rutland#
4fa8ad788SMark Rutland
5fa8ad788SMark Rutlandmenu "Performance monitor support"
6fa8ad788SMark Rutland
7fa8ad788SMark Rutlandconfig ARM_PMU
86475b2d8SMark Rutland	depends on PERF_EVENTS && (ARM || ARM64)
9fa8ad788SMark Rutland	bool "ARM PMU framework"
10fa8ad788SMark Rutland	default y
11fa8ad788SMark Rutland	help
12fa8ad788SMark Rutland	  Say y if you want to use CPU performance monitors on ARM-based
13fa8ad788SMark Rutland	  systems.
14fa8ad788SMark Rutland
15*21bdbb71SNeil Leederconfig QCOM_L2_PMU
16*21bdbb71SNeil Leeder	bool "Qualcomm Technologies L2-cache PMU"
17*21bdbb71SNeil Leeder	depends on ARCH_QCOM && ARM64 && PERF_EVENTS && ACPI
18*21bdbb71SNeil Leeder	  help
19*21bdbb71SNeil Leeder	  Provides support for the L2 cache performance monitor unit (PMU)
20*21bdbb71SNeil Leeder	  in Qualcomm Technologies processors.
21*21bdbb71SNeil Leeder	  Adds the L2 cache PMU into the perf events subsystem for
22*21bdbb71SNeil Leeder	  monitoring L2 cache events.
23*21bdbb71SNeil Leeder
24832c927dSTai Nguyenconfig XGENE_PMU
25832c927dSTai Nguyen        depends on PERF_EVENTS && ARCH_XGENE
26832c927dSTai Nguyen        bool "APM X-Gene SoC PMU"
27832c927dSTai Nguyen        default n
28832c927dSTai Nguyen        help
29832c927dSTai Nguyen          Say y if you want to use APM X-Gene SoC performance monitors.
30832c927dSTai Nguyen
31fa8ad788SMark Rutlandendmenu
32