Skip to content

Commit f2ba47e

Browse files
jlabundydtor
authored andcommitted
Input: add support for Azoteq IQS7210A/7211A/E
Add support for the Azoteq IQS7210A/7211A/E family of trackpad/ touchscreen controllers. Signed-off-by: Jeff LaBundy <jeff@labundy.com> Link: https://lore.kernel.org/r/ZHVEeDlYyr69A59K@nixie71 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent d623946 commit f2ba47e

3 files changed

Lines changed: 2580 additions & 0 deletions

File tree

drivers/input/touchscreen/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,6 +1365,16 @@ config TOUCHSCREEN_IQS5XX
13651365
To compile this driver as a module, choose M here: the
13661366
module will be called iqs5xx.
13671367

1368+
config TOUCHSCREEN_IQS7211
1369+
tristate "Azoteq IQS7210A/7211A/E trackpad/touchscreen controller"
1370+
depends on I2C
1371+
help
1372+
Say Y to enable support for the Azoteq IQS7210A/7211A/E
1373+
family of trackpad/touchscreen controllers.
1374+
1375+
To compile this driver as a module, choose M here: the
1376+
module will be called iqs7211.
1377+
13681378
config TOUCHSCREEN_ZINITIX
13691379
tristate "Zinitix touchscreen support"
13701380
depends on I2C

drivers/input/touchscreen/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,6 @@ obj-$(CONFIG_TOUCHSCREEN_COLIBRI_VF50) += colibri-vf50-ts.o
115115
obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023) += rohm_bu21023.o
116116
obj-$(CONFIG_TOUCHSCREEN_RASPBERRYPI_FW) += raspberrypi-ts.o
117117
obj-$(CONFIG_TOUCHSCREEN_IQS5XX) += iqs5xx.o
118+
obj-$(CONFIG_TOUCHSCREEN_IQS7211) += iqs7211.o
118119
obj-$(CONFIG_TOUCHSCREEN_ZINITIX) += zinitix.o
119120
obj-$(CONFIG_TOUCHSCREEN_HIMAX_HX83112B) += himax_hx83112b.o

0 commit comments

Comments
 (0)