Skip to content

Commit 2018071

Browse files
Haibo ChenNitin Garg
authored andcommitted
MLK-10142-1 touchscreen: elan: add elan touch screen driver support
Add elan touch screen driver in linux kernel. Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
1 parent e5716a5 commit 2018071

File tree

3 files changed

+485
-0
lines changed

3 files changed

+485
-0
lines changed

drivers/input/touchscreen/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,18 @@ config TOUCHSCREEN_EGALAX
265265
To compile this driver as a module, choose M here: the
266266
module will be called egalax_ts.
267267

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+
268280
config TOUCHSCREEN_FUJITSU
269281
tristate "Fujitsu serial touchscreen"
270282
select SERIO

drivers/input/touchscreen/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ obj-$(CONFIG_TOUCHSCREEN_HAMPSHIRE) += hampshire.o
3131
obj-$(CONFIG_TOUCHSCREEN_GUNZE) += gunze.o
3232
obj-$(CONFIG_TOUCHSCREEN_EETI) += eeti_ts.o
3333
obj-$(CONFIG_TOUCHSCREEN_ELO) += elo.o
34+
obj-$(CONFIG_TOUCHSCREEN_ELAN) += elan_ts.o
3435
obj-$(CONFIG_TOUCHSCREEN_EGALAX) += egalax_ts.o
3536
obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o
3637
obj-$(CONFIG_TOUCHSCREEN_ILI210X) += ili210x.o

0 commit comments

Comments
 (0)