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