Commit b89205bd authored by John Garry's avatar John Garry Committed by Will Deacon

drivers/perf: Remove ARM_SPE_PMU explicit PERF_EVENTS dependency

Since commit bddb9b68 ("drivers/perf: commonise PERF_EVENTS
dependency"), all perf drivers depend on PERF_EVENTS config under a
common menu.

Config ARM_SPE_PMU still declares explicitly a dependency on
PERF_EVENTS, which is unneeded, so remove it.
Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarJohn Garry <john.garry@huawei.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 1898eb61
...@@ -96,7 +96,7 @@ config XGENE_PMU ...@@ -96,7 +96,7 @@ config XGENE_PMU
config ARM_SPE_PMU config ARM_SPE_PMU
tristate "Enable support for the ARMv8.2 Statistical Profiling Extension" tristate "Enable support for the ARMv8.2 Statistical Profiling Extension"
depends on PERF_EVENTS && ARM64 depends on ARM64
help help
Enable perf support for the ARMv8.2 Statistical Profiling Enable perf support for the ARMv8.2 Statistical Profiling
Extension, which provides periodic sampling of operations in Extension, which provides periodic sampling of operations in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment