xref: /openbmc/linux/drivers/perf/arm_cspmu/Kconfig (revision 66c5e98bbf7b7b2ba0a095ef25bf55c7230e846e)
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 || COMPILE_TEST
8	help
9	  Provides support for performance monitoring unit (PMU) devices
10	  based on ARM CoreSight PMU architecture. Note that this PMU
11	  architecture does not have relationship with the ARM CoreSight
12	  Self-Hosted Tracing.
13