aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorJaewon Kim <jaewon02.kim@samsung.com>2015-03-04 17:43:40 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-03-06 14:24:53 -0500
commite5abff1fe2e400bdabd14feb4e69e9ad661ba71a (patch)
treedf74337e24f2398db0f496cec25109d0e68f7f5d /drivers/input/misc/Kconfig
parent0c7e67a928ac5328d30a0638adec771511dc7074 (diff)
Input: add haptic support for max77843
This patch adds support for haptic on max77843 MFD (Multi Function Device) with PMIC, MUIC, LED, CHARGER. This driver supports external pwm and LRA (Linear Resonant Actuator) motor. Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com> [Jim Davis <jim.epost@gmail.com>: should depend on REGULATOR not PWM] Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 6deb8dae3205..ef542f7ad944 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -165,6 +165,18 @@ config INPUT_MAX77693_HAPTIC
165 To compile this driver as module, choose M here: the 165 To compile this driver as module, choose M here: the
166 module will be called max77693-haptic. 166 module will be called max77693-haptic.
167 167
168config INPUT_MAX77843_HAPTIC
169 tristate "MAXIM MAX77843 haptic controller support"
170 depends on MFD_MAX77843 && REGULATOR
171 select INPUT_FF_MEMLESS
172 help
173 This option enables support for the haptic controller on
174 MAXIM MAX77843 chip. The driver supports ff-memless interface
175 from input framework.
176
177 To compile this driver as module, choose M here: the
178 module will be called max77843-haptic.
179
168config INPUT_MAX8925_ONKEY 180config INPUT_MAX8925_ONKEY
169 tristate "MAX8925 ONKEY support" 181 tristate "MAX8925 ONKEY support"
170 depends on MFD_MAX8925 182 depends on MFD_MAX8925