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

Commit 4093a238 authored by Fei Mao's avatar Fei Mao Committed by Gerrit - the friendly Code Review server
Browse files

input: touchscreen: synaptics_dsx: enable synaptics driver



enable synaptics_dsx touch driver.

Change-Id: I00c1bb605dbffd929f67efff3261bd8989f36860
Signed-off-by: default avatarFei Mao <feim1@codeaurora.org>
parent 0780e20a
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1312,4 +1312,18 @@ config TOUCHSCREEN_ST

source "drivers/input/touchscreen/st/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_dsx.

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

endif
+1 −0
Original line number Diff line number Diff line
@@ -110,3 +110,4 @@ obj-$(CONFIG_TOUCHSCREEN_ZFORCE) += zforce_ts.o
obj-$(CONFIG_TOUCHSCREEN_COLIBRI_VF50)	+= colibri-vf50-ts.o
obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023)	+= rohm_bu21023.o
obj-$(CONFIG_TOUCHSCREEN_ST)		+= st/
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX) += synaptics_dsx/