diff options
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index f7e79b481349..a3958c63d7d5 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -665,4 +665,14 @@ config KEYBOARD_CROS_EC | |||
665 | To compile this driver as a module, choose M here: the | 665 | To compile this driver as a module, choose M here: the |
666 | module will be called cros_ec_keyb. | 666 | module will be called cros_ec_keyb. |
667 | 667 | ||
668 | config KEYBOARD_CAP1106 | ||
669 | tristate "Microchip CAP1106 touch sensor" | ||
670 | depends on OF && I2C | ||
671 | select REGMAP_I2C | ||
672 | help | ||
673 | Say Y here to enable the CAP1106 touch sensor driver. | ||
674 | |||
675 | To compile this driver as a module, choose M here: the | ||
676 | module will be called cap1106. | ||
677 | |||
668 | endif | 678 | endif |