kernel->touch:add gsl3680 driver support

This commit is contained in:
Firefly
2015-08-17 16:18:04 +08:00
parent d345640044
commit 04ce30d890
5 changed files with 11925 additions and 1 deletions

View File

@ -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

View File

@ -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

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff