]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/input/keyboard/Kconfig
Input: add driver for Microchip's CAP1106
[linux.git] / drivers / input / keyboard / Kconfig
index 0f84f2346fe4b342285cab00b2667ddaec901bbd..942338b4109f8f51df392cc36fef67f55b5a242f 100644 (file)
@@ -665,4 +665,14 @@ config KEYBOARD_CROS_EC
          To compile this driver as a module, choose M here: the
          module will be called cros_ec_keyb.
 
+config KEYBOARD_CAP1106
+       tristate "Microchip CAP1106 touch sensor"
+       depends on OF && I2C
+       select REGMAP_I2C
+       help
+         Say Y here to enable the CAP1106 touch sensor driver.
+
+         To compile this driver as a module, choose M here: the
+         module will be called cap1106.
+
 endif