arm64: remove wrong CONFIG_PROC_SYSCTL ifdef
[linux-block.git] / drivers / perf / Kconfig
CommitLineData
fa8ad788
MR
1#
2# Performance Monitor Drivers
3#
4
5menu "Performance monitor support"
6
7config ARM_PMU
6475b2d8 8 depends on PERF_EVENTS && (ARM || ARM64)
fa8ad788
MR
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
832c927d
TN
15config 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
fa8ad788 22endmenu