mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-20 01:24:39 +08:00
e72dbf9085
Building on x86_64 allmodconfig failed: | drivers/perf/arm_cspmu/arm_cspmu.c:1114:29: error: implicit | declaration of function 'get_acpi_id_for_cpu' get_acpi_id_for_cpu is a helper function from ARM64. Fix by adding ARM64 dependency. Signed-off-by: Besar Wicaksono <bwicaksono@nvidia.com> Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com> Link: https://lore.kernel.org/r/20221116190455.55651-1-bwicaksono@nvidia.com Signed-off-by: Will Deacon <will@kernel.org>
14 lines
487 B
Plaintext
14 lines
487 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
config ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU
|
|
tristate "ARM Coresight Architecture PMU"
|
|
depends on ARM64 && ACPI
|
|
depends on ACPI_APMT || COMPILE_TEST
|
|
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.
|