driver/perf: Remove ARM_SMMU_V3_PMU dependency on ARM_SMMU_V3
authorJohn Garry <john.garry@huawei.com>
Mon, 1 Feb 2021 10:24:02 +0000 (18:24 +0800)
committerWill Deacon <will@kernel.org>
Mon, 1 Feb 2021 12:39:40 +0000 (12:39 +0000)
commit34eb9359c111fd17ef8fb1ba671102438a7810c6
tree736c24c7e341855a095b9ca6557d0410d253f9c2
parentdead723e6f049e9fb6b05e5b93456982798ea961
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>
drivers/perf/Kconfig