mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-14 09:30:40 +09:00
driver: input: touchscreen: add gslx680 for rk3126c d708
Change-Id: I59594bf83d2de744eb187fe0570366ddb56d8386 Signed-off-by: wlq <wlq@rock-chips.com>
This commit is contained in:
@@ -344,6 +344,11 @@ config TOUCHSCREEN_GOODIX
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called goodix.
|
||||
|
||||
config TOUCHSCREEN_GSLX680_D708
|
||||
tristate "gslX680 d708 touchpad driver for rk3126 pad"
|
||||
help
|
||||
gslX680 d708 touchpad driver for RK3126 pad
|
||||
|
||||
config TOUCHSCREEN_GSLX680_PAD
|
||||
tristate "gslX680 touchpad driver for pad"
|
||||
help
|
||||
|
||||
@@ -39,6 +39,7 @@ obj-$(CONFIG_TOUCHSCREEN_EGALAX) += egalax_ts.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_FT6236) += ft6236.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_FUJITSU) += fujitsu_ts.o
|
||||
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_GSL3673) += gsl3673.o gsl_point_id.o
|
||||
|
||||
8
drivers/input/touchscreen/gslx680_d708/Makefile
Normal file
8
drivers/input/touchscreen/gslx680_d708/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Makefile for the touchscreen drivers.
|
||||
#
|
||||
|
||||
# Each configuration option enables a list of files.
|
||||
|
||||
obj-y += rockchip_gslX680.o
|
||||
|
||||
5047
drivers/input/touchscreen/gslx680_d708/rockchip_gsl3670.h
Normal file
5047
drivers/input/touchscreen/gslx680_d708/rockchip_gsl3670.h
Normal file
File diff suppressed because it is too large
Load Diff
1388
drivers/input/touchscreen/gslx680_d708/rockchip_gslX680.c
Normal file
1388
drivers/input/touchscreen/gslx680_d708/rockchip_gslX680.c
Normal file
File diff suppressed because it is too large
Load Diff
5248
drivers/input/touchscreen/gslx680_d708/rockchip_gslX680_88v.h
Normal file
5248
drivers/input/touchscreen/gslx680_d708/rockchip_gslX680_88v.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user