blob: 4d5c5f9f0dbd4ac337d6e5063dc5cfd7207d1292 [file] [log] [blame]
Mark Rutlandfa8ad782015-07-06 12:23:53 +01001#
2# Performance Monitor Drivers
3#
4
5menu "Performance monitor support"
6
7config ARM_PMU
Mark Rutland6475b2d2015-10-02 10:55:03 +01008 depends on PERF_EVENTS && (ARM || ARM64)
Mark Rutlandfa8ad782015-07-06 12:23:53 +01009 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
Tai Nguyen832c9272016-07-15 10:38:04 -070015config XGENE_PMU
16 depends on PERF_EVENTS && ARCH_XGENE
17 bool "APM X-Gene SoC PMU"
18 default n
19 help
20 Say y if you want to use APM X-Gene SoC performance monitors.
21
Mark Rutlandfa8ad782015-07-06 12:23:53 +010022endmenu