From 3147bd0ad59888700147231c73110101713e8063 Mon Sep 17 00:00:00 2001 From: Zorro Liu Date: Mon, 14 May 2018 09:50:27 +0800 Subject: [PATCH] driver: input: touch: add gslx680a touch driver Change-Id: I23e8cca1551308cd0a646aacde2149880e5766c7 Signed-off-by: Zorro Liu --- drivers/input/touchscreen/Kconfig | 5 +++++ drivers/input/touchscreen/Makefile | 1 + 2 files changed, 6 insertions(+) diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 195ae387a022..215907ad72cf 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -399,6 +399,11 @@ config TOUCHSCREEN_GOODIX To compile this driver as a module, choose M here: the module will be called goodix. +config TOUCHSCREEN_GSLX680A + tristate "gslx 680a" + help + gslX680a touchpad driver for pad + config TOUCHSCREEN_GSLX680_D708 tristate "gslX680 d708 touchpad driver for rk3126 pad" help diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index a085903d3972..5daa3d4a4403 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile @@ -45,6 +45,7 @@ obj-$(CONFIG_TOUCHSCREEN_EGALAX_SERIAL) += egalax_ts_serial.o obj-$(CONFIG_TOUCHSCREEN_EXC3000) += exc3000.o obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o obj-$(CONFIG_TOUCHSCREEN_GOODIX) += goodix.o +obj-$(CONFIG_TOUCHSCREEN_GSLX680A) += gslx680a.o gsl_point_id.o obj-$(CONFIG_TOUCHSCREEN_GSLX680_D708) += gslx680_d708/ gsl_point_id.o obj-$(CONFIG_TOUCHSCREEN_GSLX680_PAD) += gslx680_pad.o gsl_point_id.o obj-$(CONFIG_TOUCHSCREEN_GSLX680_VR) += gslx680.o gsl_point_id.o