Skip to content

Commit 04e4986

Browse files
jlabundydtor
authored andcommitted
Input: add support for Azoteq IQS269A
This patch adds support for the Azoteq IQS269A capacitive touch controller. Signed-off-by: Jeff LaBundy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 430ee40 commit 04e4986

File tree

3 files changed

+1844
-0
lines changed

3 files changed

+1844
-0
lines changed

drivers/input/misc/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,16 @@ config INPUT_IMS_PCU
718718
To compile this driver as a module, choose M here: the module will be
719719
called ims_pcu.
720720

721+
config INPUT_IQS269A
722+
tristate "Azoteq IQS269A capacitive touch controller"
723+
select REGMAP_I2C
724+
help
725+
Say Y to enable support for the Azoteq IQS269A capacitive
726+
touch controller.
727+
728+
To compile this driver as a module, choose M here: the
729+
module will be called iqs269a.
730+
721731
config INPUT_CMA3000
722732
tristate "VTI CMA3000 Tri-axis accelerometer"
723733
help

drivers/input/misc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ obj-$(CONFIG_INPUT_GPIO_VIBRA) += gpio-vibra.o
3939
obj-$(CONFIG_INPUT_HISI_POWERKEY) += hisi_powerkey.o
4040
obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o
4141
obj-$(CONFIG_INPUT_IMS_PCU) += ims-pcu.o
42+
obj-$(CONFIG_INPUT_IQS269A) += iqs269a.o
4243
obj-$(CONFIG_INPUT_IXP4XX_BEEPER) += ixp4xx-beeper.o
4344
obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o
4445
obj-$(CONFIG_INPUT_KXTJ9) += kxtj9.o

0 commit comments

Comments
 (0)