mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
input: touchscreen: gsl3673: add tp driver for rk3326 f863 board
Change-Id: I9aef5a8972887782c8becf6ddba3bc3649cb82fa Signed-off-by: Zhou weixin <zwx@rock-chips.com>
This commit is contained in:
parent
77c621e531
commit
d1ce97ac91
|
|
@ -369,6 +369,11 @@ config TOUCHSCREEN_GSL3673
|
|||
help
|
||||
gsl3673 touchpad driver for evb
|
||||
|
||||
config TOUCHSCREEN_GSL3673_800X1280
|
||||
tristate "gsl3673 touchpad driver for rk3326 board"
|
||||
help
|
||||
gsl3673 touchpad driver for rk3326 board
|
||||
|
||||
config TOUCHSCREEN_GT9XX
|
||||
tristate "Goodix gt9xx support for rockchip platform"
|
||||
depends on I2C && ARCH_ROCKCHIP
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ 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_GSL3673_800X1280) += gsl3673_800x1280.o gsl_point_id.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_GT9XX) += gt9xx/
|
||||
obj-$(CONFIG_TOUCHSCREEN_ILI210X) += ili210x.o
|
||||
obj-$(CONFIG_TOUCHSCREEN_IMX6UL_TSC) += imx6ul_tsc.o
|
||||
|
|
|
|||
1247
drivers/input/touchscreen/gsl3673_800x1280.c
Normal file
1247
drivers/input/touchscreen/gsl3673_800x1280.c
Normal file
File diff suppressed because it is too large
Load Diff
4525
drivers/input/touchscreen/gsl3673_800x1280.h
Normal file
4525
drivers/input/touchscreen/gsl3673_800x1280.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user