Skip to content

Commit 7c3f204

Browse files
vwaxwilldeacon
authored andcommitted
perf/smmuv3: Remove build dependency on ACPI
This driver supports working without ACPI since commit 3f7be43 ("perf/smmuv3: Add devicetree support"), so remove the build dependency. Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com> Reviewed-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/20230706-smmuv3-pmu-noacpi-v1-1-7083ef189158@axis.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent c47ea34 commit 7c3f204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/perf/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ config ARM_PMU_ACPI
9292

9393
config ARM_SMMU_V3_PMU
9494
tristate "ARM SMMUv3 Performance Monitors Extension"
95-
depends on (ARM64 && ACPI) || (COMPILE_TEST && 64BIT)
95+
depends on ARM64 || (COMPILE_TEST && 64BIT)
9696
depends on GENERIC_MSI_IRQ
9797
help
9898
Provides support for the ARM SMMUv3 Performance Monitor Counter

0 commit comments

Comments
 (0)