Kconfig (82d8ea4b450074e81748830929bbd94eebbaffea) Kconfig (036a7584bede317d0df6b854e4f531b7a2dd8b33)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Performance Monitor Drivers
4#
5
6menu "Performance monitor support"
7 depends on PERF_EVENTS
8

--- 29 unchanged lines hidden (view full) ---

38 tristate "ARM CCN driver support"
39 depends on ARM || ARM64 || COMPILE_TEST
40 help
41 PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
42 interconnect.
43
44config ARM_CMN
45 tristate "Arm CMN-600 PMU support"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Performance Monitor Drivers
4#
5
6menu "Performance monitor support"
7 depends on PERF_EVENTS
8

--- 29 unchanged lines hidden (view full) ---

38 tristate "ARM CCN driver support"
39 depends on ARM || ARM64 || COMPILE_TEST
40 help
41 PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
42 interconnect.
43
44config ARM_CMN
45 tristate "Arm CMN-600 PMU support"
46 depends on ARM64 || COMPILE_TEST
46 depends on ARM64 || (COMPILE_TEST && 64BIT)
47 help
48 Support for PMU events monitoring on the Arm CMN-600 Coherent Mesh
49 Network interconnect.
50
51config ARM_PMU
52 depends on ARM || ARM64
53 bool "ARM PMU framework"
54 default y

--- 79 unchanged lines hidden (view full) ---

134
135config ARM_DMC620_PMU
136 tristate "Enable PMU support for the ARM DMC-620 memory controller"
137 depends on (ARM64 && ACPI) || COMPILE_TEST
138 help
139 Support for PMU events monitoring on the ARM DMC-620 memory
140 controller.
141
47 help
48 Support for PMU events monitoring on the Arm CMN-600 Coherent Mesh
49 Network interconnect.
50
51config ARM_PMU
52 depends on ARM || ARM64
53 bool "ARM PMU framework"
54 default y

--- 79 unchanged lines hidden (view full) ---

134
135config ARM_DMC620_PMU
136 tristate "Enable PMU support for the ARM DMC-620 memory controller"
137 depends on (ARM64 && ACPI) || COMPILE_TEST
138 help
139 Support for PMU events monitoring on the ARM DMC-620 memory
140 controller.
141
142config MARVELL_CN10K_TAD_PMU
143 tristate "Marvell CN10K LLC-TAD PMU"
144 depends on ARM64 || (COMPILE_TEST && 64BIT)
145 help
146 Provides support for Last-Level cache Tag-and-data Units (LLC-TAD)
147 performance monitors on CN10K family silicons.
148
142source "drivers/perf/hisilicon/Kconfig"
143
144endmenu
149source "drivers/perf/hisilicon/Kconfig"
150
151endmenu