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