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

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

Merge "input: touchscreen: Enable Synaptics DSX touch driver"

parents 5ccc883e f44c33c9
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/