aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2014-09-08 19:10:49 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-09-08 19:16:23 -0400
commit1c24622572d6ab2ec8e731588d1c131563a64b53 (patch)
tree66e3e90e9a65cf96ad9148598b5200a64b05993c /drivers/input/misc/Kconfig
parentf554f619b7041e388d46395b1e30b151925a7797 (diff)
Input: add support for the DRV2667 haptic driver
Adding support for the DRV2667 haptic driver. This device has the ability to store vibration patterns in RAM and execute them once the GO bit is set. The initial driver sets a basic waveform in the first waveform sequence and will play the waveform when the GO bit is set and will continously play the waveform until the GO bit is unset. Data sheet is here: http://www.ti.com/product/drv2667 Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 41d0ae62ba05..51891f67b7df 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -687,4 +687,15 @@ config INPUT_DRV260X_HAPTICS
687 To compile this driver as a module, choose M here: the 687 To compile this driver as a module, choose M here: the
688 module will be called drv260x-haptics. 688 module will be called drv260x-haptics.
689 689
690config INPUT_DRV2667_HAPTICS
691 tristate "TI DRV2667 haptics support"
692 depends on INPUT && I2C
693 select INPUT_FF_MEMLESS
694 select REGMAP_I2C
695 help
696 Say Y to enable support for the TI DRV2667 haptics driver.
697
698 To compile this driver as a module, choose M here: the
699 module will be called drv260x-haptics.
700
690endif 701endif