Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce58d2ba authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ config ARM_CCI
config ARM_CCN
	bool "ARM CCN driver support"
	depends on ARM || ARM64
	depends on PERF_EVENTS
	help
	  PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
	  interconnect.