diff options
author | John Garry <john.garry@huawei.com> | 2018-05-22 11:54:04 -0400 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2018-05-22 12:11:12 -0400 |
commit | b89205bd508ed384253b4449c6a7a755b956a0f8 (patch) | |
tree | ea54bd9deeeea7b84bcbc2525d65cbf02abf2178 | |
parent | 1898eb61fbc9703efee886d3abec27a388cf28c3 (diff) |
drivers/perf: Remove ARM_SPE_PMU explicit PERF_EVENTS dependency
Since commit bddb9b68d3fb ("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: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
-rw-r--r-- | drivers/perf/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/perf/Kconfig b/drivers/perf/Kconfig index 110330ecf714..08ebaf7cca8b 100644 --- a/drivers/perf/Kconfig +++ b/drivers/perf/Kconfig | |||
@@ -96,7 +96,7 @@ config XGENE_PMU | |||
96 | 96 | ||
97 | config ARM_SPE_PMU | 97 | config ARM_SPE_PMU |
98 | tristate "Enable support for the ARMv8.2 Statistical Profiling Extension" | 98 | tristate "Enable support for the ARMv8.2 Statistical Profiling Extension" |
99 | depends on PERF_EVENTS && ARM64 | 99 | depends on ARM64 |
100 | help | 100 | help |
101 | Enable perf support for the ARMv8.2 Statistical Profiling | 101 | Enable perf support for the ARMv8.2 Statistical Profiling |
102 | Extension, which provides periodic sampling of operations in | 102 | Extension, which provides periodic sampling of operations in |