From 3a0f74bcda424161f12584a612a53fdc9fdbebdb Mon Sep 17 00:00:00 2001 From: Xinhuang Li Date: Wed, 3 Aug 2016 14:13:09 +0800 Subject: [PATCH] input: touchscreen: add touch screen of gsl3673 for rk3399-evb Change-Id: I16a4e44c75a16aefa153b002bce83392522c7d30 Signed-off-by: Xinhuang Li --- 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 c6a2f689b9bd..6c5874fd2847 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -395,6 +395,11 @@ config TOUCHSCREEN_GSLX680_VR help gslX680 touchpad driver for VR +config TOUCHSCREEN_GSL3673 + tristate "gsl3673 touchpad driver for evb" + help + gsl3673 touchpad driver for evb + config TOUCHSCREEN_GT9XX tristate "Goodix gt9xx support for rockchip platform" depends on I2C && ARCH_ROCKCHIP diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index d0501721b968..c3351e2a1632 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile @@ -45,6 +45,7 @@ obj-$(CONFIG_TOUCHSCREEN_EXC3000) += exc3000.o obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o obj-$(CONFIG_TOUCHSCREEN_GOODIX) += goodix.o obj-$(CONFIG_TOUCHSCREEN_GSLX680_VR) += gslx680.o gsl_point_id.o +obj-$(CONFIG_TOUCHSCREEN_GSL3673) += gsl3673.o gsl_point_id.o obj-$(CONFIG_TOUCHSCREEN_GT9XX) += gt9xx/ obj-$(CONFIG_TOUCHSCREEN_HIDEEP) += hideep.o obj-$(CONFIG_TOUCHSCREEN_ILI210X) += ili210x.o