Skip to content

Commit

Permalink
Input: add support for Azoteq IQS7210A/7211A/E
Browse files Browse the repository at this point in the history
Add support for the Azoteq IQS7210A/7211A/E family of trackpad/
touchscreen controllers.

Signed-off-by: Jeff LaBundy <[email protected]>
Link: https://lore.kernel.org/r/ZHVEeDlYyr69A59K@nixie71
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
jlabundy authored and dtor committed Jul 12, 2023
1 parent d623946 commit f2ba47e
Show file tree
Hide file tree
Showing 3 changed files with 2,580 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,16 @@ config TOUCHSCREEN_IQS5XX
To compile this driver as a module, choose M here: the
module will be called iqs5xx.

config TOUCHSCREEN_IQS7211
tristate "Azoteq IQS7210A/7211A/E trackpad/touchscreen controller"
depends on I2C
help
Say Y to enable support for the Azoteq IQS7210A/7211A/E
family of trackpad/touchscreen controllers.

To compile this driver as a module, choose M here: the
module will be called iqs7211.

config TOUCHSCREEN_ZINITIX
tristate "Zinitix touchscreen support"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/input/touchscreen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@ obj-$(CONFIG_TOUCHSCREEN_COLIBRI_VF50) += colibri-vf50-ts.o
obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023) += rohm_bu21023.o
obj-$(CONFIG_TOUCHSCREEN_RASPBERRYPI_FW) += raspberrypi-ts.o
obj-$(CONFIG_TOUCHSCREEN_IQS5XX) += iqs5xx.o
obj-$(CONFIG_TOUCHSCREEN_IQS7211) += iqs7211.o
obj-$(CONFIG_TOUCHSCREEN_ZINITIX) += zinitix.o
obj-$(CONFIG_TOUCHSCREEN_HIMAX_HX83112B) += himax_hx83112b.o
Loading

0 comments on commit f2ba47e

Please sign in to comment.