xref: /linux/drivers/perf/Kconfig (revision a8fe58cec351c25e09c393bf46117c0c47b5a17c)
1#
2# Performance Monitor Drivers
3#
4
5menu "Performance monitor support"
6
7config ARM_PMU
8	depends on PERF_EVENTS && (ARM || ARM64)
9	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
15endmenu
16