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 <[email protected]> Reviewed-by: Robin Murphy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent dead723 commit 34eb935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)