2022-11-11 16:23:28 -06:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
#
|
2023-08-21 18:16:08 -05:00
|
|
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
2022-11-11 16:23:28 -06:00
|
|
|
|
|
|
|
config ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU
|
|
|
|
tristate "ARM Coresight Architecture PMU"
|
2023-06-05 18:01:33 +01:00
|
|
|
depends on ARM64 || COMPILE_TEST
|
2022-11-11 16:23:28 -06:00
|
|
|
help
|
|
|
|
Provides support for performance monitoring unit (PMU) devices
|
|
|
|
based on ARM CoreSight PMU architecture. Note that this PMU
|
|
|
|
architecture does not have relationship with the ARM CoreSight
|
|
|
|
Self-Hosted Tracing.
|
2023-08-21 18:16:08 -05:00
|
|
|
|
|
|
|
config NVIDIA_CORESIGHT_PMU_ARCH_SYSTEM_PMU
|
|
|
|
tristate "NVIDIA Coresight Architecture PMU"
|
|
|
|
depends on ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU
|
|
|
|
help
|
|
|
|
Provides NVIDIA specific attributes for performance monitoring unit
|
|
|
|
(PMU) devices based on ARM CoreSight PMU architecture.
|
2023-09-13 16:39:41 -07:00
|
|
|
|
|
|
|
config AMPERE_CORESIGHT_PMU_ARCH_SYSTEM_PMU
|
|
|
|
tristate "Ampere Coresight Architecture PMU"
|
|
|
|
depends on ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU
|
|
|
|
help
|
|
|
|
Provides Ampere specific attributes for performance monitoring unit
|
|
|
|
(PMU) devices based on ARM CoreSight PMU architecture.
|
|
|
|
|
|
|
|
In the first phase, the driver enables support on MCU PMU used in
|
|
|
|
AmpereOne SoC family.
|