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

Commit ed720829 authored by Ghanim Fodi's avatar Ghanim Fodi Committed by Gerrit - the friendly Code Review server
Browse files

msm: gsi: Support GSI register version 2



GSI core Registers S/W interface has many
non backward compatible changes on sdxprairie.
E.g. registers offsets inside the GSI block.
This change adds support for version 2 of the SWI.

CRs-Fixed: 2295428
Change-Id: I3075683d2effe0d3a0d50d7ffd9d8798763b2387
Signed-off-by: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent b2c8946b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -74,6 +74,15 @@ config GSI
	  and CPUs over various types of interfaces such as MHI, xDCI,
	  xHCI, GPI, WDI, Ethernet, etc.

config GSI_REGISTER_VERSION_2
	bool "GSI core Version 2 Registers SWI Support"
	depends on GSI
	help
	  GSI core registers Software interface version 2 has updated
	  registers interface to communicate with GSI. This includes
	  new registers offsets, new registers fields structure and
	  new registers.

config IPA3
	tristate "IPA3 support"
	select GSI