Skip to content

Commit 34eb935

Browse files
John Garrywilldeacon
authored andcommitted
driver/perf: Remove ARM_SMMU_V3_PMU dependency on ARM_SMMU_V3
The ARM_SMMU_V3_PMU dependency on ARM_SMMU_V3_PMU was added with the idea that a SMMUv3 PMCG would only exist on a system with an associated SMMUv3. However it is not the job of Kconfig to make these sorts of decisions (even if it were true), so remove the dependency. Signed-off-by: John Garry <john.garry@huawei.com> Reviewed-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/1612175042-56866-1-git-send-email-john.garry@huawei.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent dead723 commit 34eb935

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
@@ -62,7 +62,7 @@ config ARM_PMU_ACPI
6262

6363
config ARM_SMMU_V3_PMU
6464
tristate "ARM SMMUv3 Performance Monitors Extension"
65-
depends on ARM64 && ACPI && ARM_SMMU_V3
65+
depends on ARM64 && ACPI
6666
help
6767
Provides support for the ARM SMMUv3 Performance Monitor Counter
6868
Groups (PMCG), which provide monitoring of transactions passing

0 commit comments

Comments
 (0)