diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 4a37d0d4170e..e62279a4c2cf 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -414,6 +414,11 @@ config TOUCHSCREEN_GSLX680_VR help gslX680 touchpad driver for VR +config TOUCHSCREEN_GSLX680_FIREFLY + tristate "gslX680 touchpad driver for firefly-rk3288" + help + gslX680 touchpad driver for firefly-rk3288 + config TOUCHSCREEN_GSL3673 tristate "gsl3673 touchpad driver for evb" help diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index 5f883ab2a6d2..086c3f4b6ba9 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile @@ -48,6 +48,7 @@ obj-$(CONFIG_TOUCHSCREEN_GOODIX) += goodix.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 +obj-$(CONFIG_TOUCHSCREEN_GSLX680_FIREFLY) += gslx680_firefly.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 diff --git a/drivers/input/touchscreen/gslx680_firefly.c b/drivers/input/touchscreen/gslx680_firefly.c index 89fdc6bcc18c..0786b5ecb311 100644 --- a/drivers/input/touchscreen/gslx680_firefly.c +++ b/drivers/input/touchscreen/gslx680_firefly.c @@ -51,7 +51,7 @@ /*#define TPD_PROC_DEBUG*/ #ifdef TPD_PROC_DEBUG -#include +#include static struct proc_dir_entry *gsl_config_proc; #define GSL_CONFIG_PROC_FILE "gsl_config" #define CONFIG_LEN 31