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

Commit a3ccff97 authored by Tingwei Zhang's avatar Tingwei Zhang
Browse files

coresight: Kconfig: Add CORESIGHT_QGKI configuration



Add CORESIGHT_QGKI configuration to resolve ABI compliance issue.

Change-Id: I613b6d298d3e9e42b1447c54e4155610b4fa909e
Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
parent eda093d5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -15,6 +15,15 @@ menuconfig CORESIGHT
	  trace source gets enabled.

if CORESIGHT
config CORESIGHT_QGKI
	bool "Enable coresight for QGKI or debug variant"
	depends on QGKI
	help
	  This enables CoreSight drivers with QGKI flag. When this flag is
	  enabled, it is safe to assume that the build is a Non GKI build.
	  It can be either QGKI build or a debug build. If this flag is
	  enabled, all the ABI compatibilities are not applicable.

config CORESIGHT_LINKS_AND_SINKS
	bool "CoreSight Link and Sink drivers"
	help