aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorDonggeun Kim <dg77.kim@samsung.com>2012-03-16 15:28:22 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2012-03-17 01:49:25 -0400
commit104594b01ce750c91a19e9f1d8fe6b24ea8f9a59 (patch)
tree6ed43f374641b91d77e621fdd3b266b0489bedb5 /drivers/input/misc/Kconfig
parent145e97348a3066cf71038d02392aa8063550de6f (diff)
Input: add driver support for MAX8997-haptic
The MAX8997-haptic function can be used to control motor. User can control the haptic driver by using force feedback framework. Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
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 eb07e88162ad..d62827271802 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -134,6 +134,18 @@ config INPUT_MAX8925_ONKEY
134 To compile this driver as a module, choose M here: the module 134 To compile this driver as a module, choose M here: the module
135 will be called max8925_onkey. 135 will be called max8925_onkey.
136 136
137config INPUT_MAX8997_HAPTIC
138 tristate "MAXIM MAX8997 haptic controller support"
139 depends on HAVE_PWM && MFD_MAX8997
140 select INPUT_FF_MEMLESS
141 help
142 This option enables device driver support for the haptic controller
143 on MAXIM MAX8997 chip. This driver supports ff-memless interface
144 from input framework.
145
146 To compile this driver as module, choose M here: the
147 module will be called max8997-haptic.
148
137config INPUT_MC13783_PWRBUTTON 149config INPUT_MC13783_PWRBUTTON
138 tristate "MC13783 ON buttons" 150 tristate "MC13783 ON buttons"
139 depends on MFD_MC13783 151 depends on MFD_MC13783