summaryrefslogtreecommitdiff
path: root/drivers/perf/arm_cspmu/Kconfig
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2023-06-05 20:01:33 +0300
committerWill Deacon <will@kernel.org>2023-06-09 13:26:47 +0300
commitf9bd34e3753ea8f1433a3ba70f03a165a1416f98 (patch)
treeb3b389a9abd84bf61997cdef0f26814aa4dc554b /drivers/perf/arm_cspmu/Kconfig
parent87b3b6d53efccbb64396675b35839180ef14ef40 (diff)
downloadlinux-f9bd34e3753ea8f1433a3ba70f03a165a1416f98.tar.xz
perf/arm_cspmu: Clean up ACPI dependency
Build-wise, the ACPI dependency consists of only a couple of things which could probably stand being factored out into ACPI helpers anyway. However for the immediate concern of working towards Devicetree support here, it's easy enough to make a few tweaks to contain the affected code locally, such that we can relax the Kconfig dependency. Reviewed-and-Tested-by: Suzuki K Poulose <suzuki.poulose@arm.com> Reviewed-by: Ilkka Koskinen <ilkka@os.amperecomputing.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/9d126711c7498b199b3e6f5cf48ca60ffb9df54c.1685983270.git.robin.murphy@arm.com Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/perf/arm_cspmu/Kconfig')
-rw-r--r--drivers/perf/arm_cspmu/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/perf/arm_cspmu/Kconfig b/drivers/perf/arm_cspmu/Kconfig
index 0b316fe69a45..25d25ded0983 100644
--- a/drivers/perf/arm_cspmu/Kconfig
+++ b/drivers/perf/arm_cspmu/Kconfig
@@ -4,8 +4,7 @@
config ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU
tristate "ARM Coresight Architecture PMU"
- depends on ARM64 && ACPI
- depends on ACPI_APMT || COMPILE_TEST
+ depends on ARM64 || COMPILE_TEST
help
Provides support for performance monitoring unit (PMU) devices
based on ARM CoreSight PMU architecture. Note that this PMU