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

Commit 9d4062a9 authored by Sudhakar Manapati's avatar Sudhakar Manapati Committed by Abinaya P
Browse files

input: touchscreen: add support for IT7260 touch controller series



IT7260 touch controllers are capacitative touch controller ICs
with multi-touch support and can detect upto 3 fingers.

Change-Id: I20a4339639a715111a340b7a607448ec7078549e
Signed-off-by: default avatarAbinaya P <abinayap@codeaurora.org>
parent 911e592f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1205,4 +1205,16 @@ config FT_SECURE_TOUCH

	  If unsure, say N.

config TOUCHSCREEN_IT7260_I2C
	tristate "IT7260 Touchscreen Driver"
	depends on I2C
	help
	  Say Y here if you have a IT7260 Touchscreen Driver
	  connected to your system.

	  If unsure, say N.

	  To compile this driver as a module, choose M here: the
	  module will be called it7258_ts_i2c.

endif