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

Commit 28106865 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: Add a config flag to know the build variant"

parents 94869df3 7a418dae
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -394,4 +394,13 @@ config MSM_CDSP_LOADER
	  for platforms that have one.
	  Say M if you want to enable this module.

config QGKI
	bool "Enable for QGKI or debug variant"
	help
	  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. This does not differentiate a QGKI and a debug build.
	  This flag is absent if the build is a GKI build. If this flag is
	  enabled, all the ABI compatibilities are not applicable.

endmenu