]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/perf: Remove ARM_SPE_PMU explicit PERF_EVENTS dependency
authorJohn Garry <john.garry@huawei.com>
Tue, 22 May 2018 15:54:04 +0000 (23:54 +0800)
committerWill Deacon <will.deacon@arm.com>
Tue, 22 May 2018 16:11:12 +0000 (17:11 +0100)
commitcb434311880d73aade8f5631f2bab75c773bfc7f
treeea54bd9deeeea7b84bcbc2525d65cbf02abf2178
parent55a410e1b081c2198983281066578053a3867b14
drivers/perf: Remove ARM_SPE_PMU explicit PERF_EVENTS dependency

Since commit c7142b1d363b ("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>
drivers/perf/Kconfig