Commit ce58d2ba authored by Arnd Bergmann's avatar Arnd Bergmann

bus: ARM CCN: add PERF_EVENTS dependency

The CCN driver makes no sense without PERF_EVENTS, and trying to
build it when that option is disabled results in compile errors,
so it's best to just add a strong Kconfig dependency.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent a33b0daa
...@@ -53,6 +53,7 @@ config ARM_CCI ...@@ -53,6 +53,7 @@ config ARM_CCI
config ARM_CCN config ARM_CCN
bool "ARM CCN driver support" bool "ARM CCN driver support"
depends on ARM || ARM64 depends on ARM || ARM64
depends on PERF_EVENTS
help help
PMU (perf) driver supporting the ARM CCN (Cache Coherent Network) PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
interconnect. interconnect.
......
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