File tree Expand file tree Collapse file tree 3 files changed +485
-0
lines changed
drivers/input/touchscreen Expand file tree Collapse file tree 3 files changed +485
-0
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,18 @@ config TOUCHSCREEN_EGALAX
265
265
To compile this driver as a module, choose M here: the
266
266
module will be called egalax_ts.
267
267
268
+ config TOUCHSCREEN_ELAN
269
+ tristate "ELAN touchscreen input driver"
270
+ depends on I2C
271
+ help
272
+ Say Y here if you have an I2C ELAN touchscreen
273
+ attached.
274
+
275
+ If unsure, say N.
276
+
277
+ To compile this driver as a module, choose M here: the
278
+ module will be called elan-touch.
279
+
268
280
config TOUCHSCREEN_FUJITSU
269
281
tristate "Fujitsu serial touchscreen"
270
282
select SERIO
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ obj-$(CONFIG_TOUCHSCREEN_HAMPSHIRE) += hampshire.o
31
31
obj-$(CONFIG_TOUCHSCREEN_GUNZE) += gunze.o
32
32
obj-$(CONFIG_TOUCHSCREEN_EETI) += eeti_ts.o
33
33
obj-$(CONFIG_TOUCHSCREEN_ELO) += elo.o
34
+ obj-$(CONFIG_TOUCHSCREEN_ELAN) += elan_ts.o
34
35
obj-$(CONFIG_TOUCHSCREEN_EGALAX) += egalax_ts.o
35
36
obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o
36
37
obj-$(CONFIG_TOUCHSCREEN_ILI210X) += ili210x.o
You can’t perform that action at this time.
0 commit comments