xref: /linux/drivers/perf/arm_cspmu/Kconfig (revision da8e05f84a11c3cc3b0ba0a3c62d20e358002d99)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
4
5config ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU
6	tristate "ARM Coresight Architecture PMU"
7	depends on ARM64 && ACPI
8	depends on ACPI_APMT || COMPILE_TEST
9	help
10	  Provides support for performance monitoring unit (PMU) devices
11	  based on ARM CoreSight PMU architecture. Note that this PMU
12	  architecture does not have relationship with the ARM CoreSight
13	  Self-Hosted Tracing.
14