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

Commit d5c077b0 authored by Shashank Babu Chinta Venkata's avatar Shashank Babu Chinta Venkata
Browse files

input: touchscreen: st: add trusted touch support



Add Trusted touch support to lahaina MTP
Touchscreen driver. This feature enables driver to
operate in trusted touch mode in trusted virtual machine(TVM).
The primary virtual machine(PVM) lends resources such
as IO memory and touch irq to TVM prior to trusted touch
is initiated and reclaims those resources back after trusted
touch usecase finishes.The resource requirements of TVM
such as clock, regulators etc are taken care by PVM.

Change-Id: I584fa3c96796b8a34f1948847e83aac7ce913d94
Signed-off-by: default avatarShashank Babu Chinta Venkata <sbchin@codeaurora.org>
parent 04fda4c2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -20,3 +20,13 @@ config TOUCHSCREEN_ST_I2C
	depends on TOUCHSCREEN_ST
	help
	 This enables support for ST touch panel over I2C based touchscreens.

config ST_TRUSTED_TOUCH
       bool "STMicroelectronics Trusted Touch"
       depends on TOUCHSCREEN_ST
       help
         Say Y here to enable STMicroelectronics Trusted Touch in supported drivers.

         If unsure, say N.

#endif