Kconfig (bba73071b6f71be0a101658d7c13866e30b264a6) Kconfig (1888d3ddc3d6a2511be86045cfb2e7ea5fc67c44)
1#
2# Performance Monitor Drivers
3#
4
5menu "Performance monitor support"
6 depends on PERF_EVENTS
7
1#
2# Performance Monitor Drivers
3#
4
5menu "Performance monitor support"
6 depends on PERF_EVENTS
7
8config ARM_CCN
9 tristate "ARM CCN driver support"
10 depends on ARM || ARM64
11 help
12 PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
13 interconnect.
14
8config ARM_PMU
9 depends on ARM || ARM64
10 bool "ARM PMU framework"
11 default y
12 help
13 Say y if you want to use CPU performance monitors on ARM-based
14 systems.
15

--- 55 unchanged lines hidden ---
15config ARM_PMU
16 depends on ARM || ARM64
17 bool "ARM PMU framework"
18 default y
19 help
20 Say y if you want to use CPU performance monitors on ARM-based
21 systems.
22

--- 55 unchanged lines hidden ---