aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2015-05-08 16:02:43 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-05-08 16:45:16 -0700
commit4d10da13467e223441d3b081eb70e91149ea5da9 (patch)
tree76c9e8478df137aa032b59151883dcfaadb4ed0d /drivers/input/misc/Kconfig
parentInput: ff-core - fix spelling mistake in ff-core (diff)
downloadlinux-dev-4d10da13467e223441d3b081eb70e91149ea5da9.tar.xz
linux-dev-4d10da13467e223441d3b081eb70e91149ea5da9.zip
Input: add TI drv2665 haptics driver
Add the TI drv2665 piezo haptic driver. This haptics IC requires the data to be streamed to the FIFO for continuous output. Datasheet can be found at: http://www.ti.com/product/drv2665 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 7838f1a06856..e5c4de279001 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -775,6 +775,17 @@ config INPUT_DRV260X_HAPTICS
To compile this driver as a module, choose M here: the
module will be called drv260x-haptics.
+config INPUT_DRV2665_HAPTICS
+ tristate "TI DRV2665 haptics support"
+ depends on INPUT && I2C
+ select INPUT_FF_MEMLESS
+ select REGMAP_I2C
+ help
+ Say Y to enable support for the TI DRV2665 haptics driver.
+
+ To compile this driver as a module, choose M here: the
+ module will be called drv2665-haptics.
+
config INPUT_DRV2667_HAPTICS
tristate "TI DRV2667 haptics support"
depends on INPUT && I2C