kernel->touch:add gsl3680 driver support
This commit is contained in:
@ -11,6 +11,11 @@ menuconfig INPUT_TOUCHSCREEN
|
||||
|
||||
if INPUT_TOUCHSCREEN
|
||||
|
||||
source "drivers/input/touchscreen/synaptics_dsx/Kconfig"
|
||||
|
||||
config TOUCHSCREEN_SYNAPTICS_RK
|
||||
tristate "synaptics touchscreen panel support "
|
||||
|
||||
config TOUCHSCREEN_ZET62XX
|
||||
tristate "zet62xx touchscreen driver"
|
||||
help
|
||||
|
||||
@ -5,8 +5,9 @@
|
||||
# Each configuration option enables a list of files.
|
||||
|
||||
wm97xx-ts-y := wm97xx-core.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_RK) += synaptics_i2c_rmi4.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX) += synaptics_dsx/
|
||||
obj-$(CONFIG_TOUCHSCREEN_ZET62XX) += zet62xx/
|
||||
obj-$(CONFIG_TOUCHSCREEN_GSLX680) += rockchip_gslX680_rk3128.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_CT36X_TS) += ct36x/
|
||||
obj-$(CONFIG_TOUCHSCREEN_GT8XX) += rk29_i2c_goodix.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GT9XX) += gt9xx/
|
||||
@ -77,3 +78,8 @@ obj-$(CONFIG_TOUCHSCREEN_WM97XX_ZYLONITE) += zylonite-wm97xx.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_W90X900) += w90p910_ts.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_VTL_CT36X) += vtl_ts/
|
||||
|
||||
obj-$(CONFIG_TOUCHSCREEN_GSLX680) += rockchip_gslX680_firefly.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GSLX680) += gsl_point_id.o
|
||||
$(obj)/gsl_point_id.o: $(srctree)/$(obj)/gsl_point_id
|
||||
cp $(srctree)/$(obj)/gsl_point_id $(obj)/gsl_point_id.o
|
||||
|
||||
BIN
kernel/drivers/input/touchscreen/gsl_point_id
Normal file
BIN
kernel/drivers/input/touchscreen/gsl_point_id
Normal file
Binary file not shown.
1460
kernel/drivers/input/touchscreen/rockchip_gslX680_firefly.c
Normal file
1460
kernel/drivers/input/touchscreen/rockchip_gslX680_firefly.c
Normal file
File diff suppressed because it is too large
Load Diff
10453
kernel/drivers/input/touchscreen/rockchip_gslX680_firefly.h
Normal file
10453
kernel/drivers/input/touchscreen/rockchip_gslX680_firefly.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user