File tree Expand file tree Collapse file tree 3 files changed +1844
-0
lines changed Expand file tree Collapse file tree 3 files changed +1844
-0
lines changed Original file line number Diff line number Diff line change @@ -718,6 +718,16 @@ config INPUT_IMS_PCU
718
718
To compile this driver as a module, choose M here: the module will be
719
719
called ims_pcu.
720
720
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
+
721
731
config INPUT_CMA3000
722
732
tristate "VTI CMA3000 Tri-axis accelerometer"
723
733
help
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ obj-$(CONFIG_INPUT_GPIO_VIBRA) += gpio-vibra.o
39
39
obj-$(CONFIG_INPUT_HISI_POWERKEY) += hisi_powerkey.o
40
40
obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o
41
41
obj-$(CONFIG_INPUT_IMS_PCU) += ims-pcu.o
42
+ obj-$(CONFIG_INPUT_IQS269A) += iqs269a.o
42
43
obj-$(CONFIG_INPUT_IXP4XX_BEEPER) += ixp4xx-beeper.o
43
44
obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o
44
45
obj-$(CONFIG_INPUT_KXTJ9) += kxtj9.o
You can’t perform that action at this time.
0 commit comments