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

Commit f44c33c9 authored by Ravikanth Tuniki's avatar Ravikanth Tuniki
Browse files

input: touchscreen: Enable Synaptics DSX touch driver



Enable synaptics dsx touch driver on holi target.

Change-Id: I7996358cfd24104f5cab5dd4a66a937c002765fe
Signed-off-by: default avatarRavikanth Tuniki <rtunik@codeaurora.org>
parent 653a9c02
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1328,4 +1328,18 @@ config TOUCHSCREEN_SYNAPTICS_TCM

source "drivers/input/touchscreen/synaptics_tcm/Kconfig"

config TOUCHSCREEN_SYNAPTICS_DSX
	bool "Synaptics DSX Touchscreen Driver"
	depends on I2C
	default y
	help
	  Say Y here if you have a Synaptics Touchscreen.

	  If unsure, say N.

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

source "drivers/input/touchscreen/synaptics_dsx/Kconfig"

endif
+1 −0
Original line number Diff line number Diff line
@@ -113,3 +113,4 @@ obj-$(CONFIG_TOUCHSCREEN_IQS5XX) += iqs5xx.o
obj-$(CONFIG_TOUCHSCREEN_ST)	+= st/
obj-$(CONFIG_TOUCHSCREEN_FTS)	+= focaltech_touch/
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_TCM)	+= synaptics_tcm/
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX) += synaptics_dsx/