Kconfig (542898c5aa5c6a3179dffb1d1606884a63f75fed) Kconfig (e564518b0727c8960942d8b1452703bbabf1a5ec)
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

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

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"
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

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

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)
144 depends on ARCH_THUNDER || (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
149source "drivers/perf/hisilicon/Kconfig"
150
151endmenu
145 help
146 Provides support for Last-Level cache Tag-and-data Units (LLC-TAD)
147 performance monitors on CN10K family silicons.
148
149source "drivers/perf/hisilicon/Kconfig"
150
151endmenu