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