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

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

Merge "input: touchscreen: synaptics_dsx: enable synaptics driver"

parents 8ca6d749 4093a238
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/